#896611

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

Shades of Yukon Gold #896611

Tints of Yukon Gold #896611

Color information

#896611 (or 0x896611) is unknown color: approx Yukon Gold. HEX triplet: 89, 66 and 11. RGB value is (137,102,17). Sum of RGB (Red+Green+Blue) = 137+102+17=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #896611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896611 is #7699EE. Grayscale: #676767. Windows color (decimal): -7772655 or 1140361. OLE color: 1140361.

HSL color Cylindrical-coordinate representation of color #896611: hue angle of 42.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #896611 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB13710217-
CMYK00.260.880.46
HSL42.5º77.92%30.2%-
HSV(B)42.5º87.59%53.73%-
XYZ15.1714.862.6-
YUV102.7879.6152.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 17 (7.03% from 255) = 6.64%
R=53.52%
G=39.84%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371021700.260.880.4642.577.9230.2
Hex89661101A582E2a4e1e
Octal21114621032130565211636
Binary100010011100110100010110101011000101110101010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896611; }

 p { color: rgb(137,102,17); }

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

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

 a { background-color: rgb(137,102,17); }

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

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

 span { border-color: rgb(137,102,17); }

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