#71610C

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

Shades of Yukon Gold #71610C

Tints of Yukon Gold #71610C

Color information

#71610C (or 0x71610C) is unknown color: approx Yukon Gold. HEX triplet: 71, 61 and 0C. RGB value is (113,97,12). Sum of RGB (Red+Green+Blue) = 113+97+12=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71610C is #8E9EF3. Grayscale: #5C5C5C. Windows color (decimal): -9346804 or 811377. OLE color: 811377.

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

Color convert

RGB1139712-
CMYK00.140.890.56
HSL50.5º80.8%24.51%-
HSV(B)50.5º89.38%44.31%-
XYZ11.1512.092.09-
YUV92.0982.8142.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=50.90%
G=43.69%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113971200.140.890.5650.580.824.51
Hex7161C0E5938325119
Octal16114114016131706212131
Binary111000111000011100011101011001111000110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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