#706410

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

Shades of Yukon Gold #706410

Tints of Yukon Gold #706410

Color information

#706410 (or 0x706410) is unknown color: approx Yukon Gold. HEX triplet: 70, 64 and 10. RGB value is (112,100,16). Sum of RGB (Red+Green+Blue) = 112+100+16=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #706410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706410 is #8F9BEF. Grayscale: #5E5E5E. Windows color (decimal): -9411568 or 1074288. OLE color: 1074288.

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

Color convert

RGB11210016-
CMYK00.110.860.56
HSL52.5º75%25.1%-
HSV(B)52.5º85.71%43.92%-
XYZ11.3312.62.32-
YUV94.0183.98140.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=49.12%
G=43.86%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121001600.110.860.5652.57525.1
Hex7064100B5638344b19
Octal16014420013126706411331
Binary1110000110010010000010111010110111000110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706410; }

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

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

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

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

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

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

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

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