#706411

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

Shades of Yukon Gold #706411

Tints of Yukon Gold #706411

Color information

#706411 (or 0x706411) is unknown color: approx Yukon Gold. HEX triplet: 70, 64 and 11. RGB value is (112,100,17). Sum of RGB (Red+Green+Blue) = 112+100+17=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #706411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706411 is #8F9BEE. Grayscale: #5E5E5E. Windows color (decimal): -9411567 or 1139824. OLE color: 1139824.

HSL color Cylindrical-coordinate representation of color #706411: hue angle of 52.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #706411 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB11210017-
CMYK00.110.850.56
HSL52.42º73.64%25.29%-
HSV(B)52.42º84.82%43.92%-
XYZ11.3412.62.36-
YUV94.1384.48140.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=48.91%
G=43.67%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121001700.110.850.5652.4273.6425.29
Hex7064110B5538344a19
Octal16014421013125706411231
Binary1110000110010010001010111010101111000110100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706411; }

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

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

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

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

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

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

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

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