#70611A

Color #70611A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #70611A

Tints of Yukon Gold #70611A

Color information

#70611A (or 0x70611A) is unknown color: approx Yukon Gold. HEX triplet: 70, 61 and 1A. RGB value is (112,97,26). Sum of RGB (Red+Green+Blue) = 112+97+26=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #70611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70611A is #8F9EE5. Grayscale: #5D5D5D. Windows color (decimal): -9412326 or 1728880. OLE color: 1728880.

HSL color Cylindrical-coordinate representation of color #70611A: hue angle of 49.53º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70611A is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1129726-
CMYK00.130.770.56
HSL49.53º62.32%27.06%-
HSV(B)49.53º76.79%43.92%-
XYZ11.1412.072.72-
YUV93.3989.97141.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=47.66%
G=41.28%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112972600.130.770.5649.5362.3227.06
Hex70611A0D4D38323e1b
Octal1601413201511570627633
Binary111000011000011101001101100110111100011001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70611A; }

 p { color: rgb(112,97,26); }

 H1.HeaderClassName
 {
   color: #70611A;
 }
 .AnyTagClassName
 {
   color: #70611A;
 }
</style>
background-color css

<style>
 a { background-color: #70611A; }

 a { background-color: rgb(112,97,26); }

 div.DivClassName
 {
   background-color: #70611A;
 }
 .BgClassName
 {
   background-color: #70611A;
 }
</style>
border-color css

<style>
 span { border-color: #70611A; }

 span { border-color: rgb(112,97,26); }

 td.TdClassName
 {
   border-color: #70611A;
 }
 .TagClassName
 {
   border-color: #70611A;
 }
</style>