#706118

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

Shades of Yukon Gold #706118

Tints of Yukon Gold #706118

Color information

#706118 (or 0x706118) is unknown color: approx Yukon Gold. HEX triplet: 70, 61 and 18. RGB value is (112,97,24). Sum of RGB (Red+Green+Blue) = 112+97+24=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706118 is #8F9EE7. Grayscale: #5D5D5D. Windows color (decimal): -9412328 or 1597808. OLE color: 1597808.

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

Color convert

RGB1129724-
CMYK00.130.790.56
HSL49.77º64.71%26.67%-
HSV(B)49.77º78.57%43.92%-
XYZ11.1212.062.61-
YUV93.1688.97141.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 24 (9.77% from 255) = 10.30%
R=48.07%
G=41.63%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112972400.130.790.5649.7764.7126.67
Hex7061180D4F3832411b
Octal16014130015117706210133
Binary1110000110000111000011011001111111000110010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706118; }

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

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

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

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

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

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

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

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