#70610C

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

Shades of Yukon Gold #70610C

Tints of Yukon Gold #70610C

Color information

#70610C (or 0x70610C) is unknown color: approx Yukon Gold. HEX triplet: 70, 61 and 0C. RGB value is (112,97,12). Sum of RGB (Red+Green+Blue) = 112+97+12=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70610C is #8F9EF3. Grayscale: #5C5C5C. Windows color (decimal): -9412340 or 811376. OLE color: 811376.

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

Color convert

RGB1129712-
CMYK00.130.890.56
HSL51º80.65%24.31%-
HSV(B)51º89.29%43.92%-
XYZ11.0212.022.09-
YUV91.7982.97142.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=50.68%
G=43.89%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112971200.130.890.565180.6524.31
Hex7061C0D5938335118
Octal16014114015131706312130
Binary111000011000011100011011011001111000110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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