#71610B

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

Shades of Yukon Gold #71610B

Tints of Yukon Gold #71610B

Color information

#71610B (or 0x71610B) is unknown color: approx Yukon Gold. HEX triplet: 71, 61 and 0B. RGB value is (113,97,11). Sum of RGB (Red+Green+Blue) = 113+97+11=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71610B is #8E9EF4. Grayscale: #5C5C5C. Windows color (decimal): -9346805 or 745841. OLE color: 745841.

HSL color Cylindrical-coordinate representation of color #71610B: hue angle of 50.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71610B is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1139711-
CMYK00.140.900.56
HSL50.59º82.26%24.31%-
HSV(B)50.59º90.27%44.31%-
XYZ11.1512.082.06-
YUV91.9882.3142.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=51.13%
G=43.89%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113971100.140.900.5650.5982.2624.31
Hex7161B0E5A38335218
Octal16114113016132706312230
Binary111000111000011011011101011010111000110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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