#71610E

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

Shades of Yukon Gold #71610E

Tints of Yukon Gold #71610E

Color information

#71610E (or 0x71610E) is unknown color: approx Yukon Gold. HEX triplet: 71, 61 and 0E. RGB value is (113,97,14). Sum of RGB (Red+Green+Blue) = 113+97+14=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71610E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71610E is #8E9EF1. Grayscale: #5C5C5C. Windows color (decimal): -9346802 or 942449. OLE color: 942449.

HSL color Cylindrical-coordinate representation of color #71610E: hue angle of 50.3º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71610E is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1139714-
CMYK00.140.880.56
HSL50.3º77.95%24.9%-
HSV(B)50.3º87.61%44.31%-
XYZ11.1612.092.16-
YUV92.3283.8142.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 14 (5.86% from 255) = 6.25%
R=50.45%
G=43.30%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113971400.140.880.5650.377.9524.9
Hex7161E0E5838324e19
Octal16114116016130706211631
Binary111000111000011110011101011000111000110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71610E; }

 p { color: rgb(113,97,14); }

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

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

 a { background-color: rgb(113,97,14); }

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

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

 span { border-color: rgb(113,97,14); }

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