#71611A

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

Shades of Yukon Gold #71611A

Tints of Yukon Gold #71611A

Color information

#71611A (or 0x71611A) is unknown color: approx Yukon Gold. HEX triplet: 71, 61 and 1A. RGB value is (113,97,26). Sum of RGB (Red+Green+Blue) = 113+97+26=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #71611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71611A is #8E9EE5. Grayscale: #5D5D5D. Windows color (decimal): -9346790 or 1728881. OLE color: 1728881.

HSL color Cylindrical-coordinate representation of color #71611A: hue angle of 48.97º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71611A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1139726-
CMYK00.140.770.56
HSL48.97º62.59%27.25%-
HSV(B)48.97º76.99%44.31%-
XYZ11.2712.132.73-
YUV93.6989.8141.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 26 (10.55% from 255) = 11.02%
R=47.88%
G=41.10%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113972600.140.770.5648.9762.5927.25
Hex71611A0E4D38313f1b
Octal1611413201611570617733
Binary111000111000011101001110100110111100011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71611A; }

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

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

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

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

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

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

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

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