#70600c

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

Shades of Yukon Gold #70600C

Tints of Yukon Gold #70600C

Color information

#70600C (or 0x70600C) is unknown color: approx Yukon Gold. HEX triplet: 70, 60 and 0C. RGB value is (112,96,12). Sum of RGB (Red+Green+Blue) = 112+96+12=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70600C is #8F9FF3. Grayscale: #5B5B5B. Windows color (decimal): -9412596 or 811120. OLE color: 811120.

HSL color Cylindrical-coordinate representation of color #70600C: hue angle of 50.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70600C is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1129612-
CMYK00.140.890.56
HSL50.4º80.65%24.31%-
HSV(B)50.4º89.29%43.92%-
XYZ10.9311.842.06-
YUV91.2183.3142.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=50.91%
G=43.64%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112961200.140.890.5650.480.6524.31
Hex7060C0E5938325118
Octal16014014016131706212130
Binary111000011000001100011101011001111000110010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70600c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70600c; }

 p { color: rgb(112,96,12); }

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

<style>
 a { background-color: #70600c; }

 a { background-color: rgb(112,96,12); }

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

<style>
 span { border-color: #70600c; }

 span { border-color: rgb(112,96,12); }

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