#706215

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

Shades of Yukon Gold #706215

Tints of Yukon Gold #706215

Color information

#706215 (or 0x706215) is unknown color: approx Yukon Gold. HEX triplet: 70, 62 and 15. RGB value is (112,98,21). Sum of RGB (Red+Green+Blue) = 112+98+21=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706215 is #8F9DEA. Grayscale: #5D5D5D. Windows color (decimal): -9412075 or 1401456. OLE color: 1401456.

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

Color convert

RGB1129821-
CMYK00.130.810.56
HSL50.77º68.42%26.08%-
HSV(B)50.77º81.25%43.92%-
XYZ11.1912.232.48-
YUV93.4187.14141.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=48.48%
G=42.42%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112982100.130.810.5650.7768.4226.08
Hex7062150D513833441a
Octal16014225015121706310432
Binary1110000110001010101011011010001111000110011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706215; }

 p { color: rgb(112,98,21); }

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

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

 a { background-color: rgb(112,98,21); }

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

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

 span { border-color: rgb(112,98,21); }

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