#70640C

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

Shades of Yukon Gold #70640C

Tints of Yukon Gold #70640C

Color information

#70640C (or 0x70640C) is unknown color: approx Yukon Gold. HEX triplet: 70, 64 and 0C. RGB value is (112,100,12). Sum of RGB (Red+Green+Blue) = 112+100+12=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640C is #8F9BF3. Grayscale: #5D5D5D. Windows color (decimal): -9411572 or 812144. OLE color: 812144.

HSL color Cylindrical-coordinate representation of color #70640C: hue angle of 52.8º 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 #70640C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB11210012-
CMYK00.110.890.56
HSL52.8º80.65%24.31%-
HSV(B)52.8º89.29%43.92%-
XYZ11.3112.592.18-
YUV93.5681.98141.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=50%
G=44.64%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121001200.110.890.5652.880.6524.31
Hex7064C0B5938355118
Octal16014414013131706512130
Binary111000011001001100010111011001111000110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70640C; }

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

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

<style>
 a { background-color: #70640C; }

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

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

<style>
 span { border-color: #70640C; }

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

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