#896B0D

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

Shades of Yukon Gold #896B0D

Tints of Yukon Gold #896B0D

Color information

#896B0D (or 0x896B0D) is unknown color: approx Yukon Gold. HEX triplet: 89, 6B and 0D. RGB value is (137,107,13). Sum of RGB (Red+Green+Blue) = 137+107+13=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #896B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896B0D is #7694F2. Grayscale: #696969. Windows color (decimal): -7771379 or 879497. OLE color: 879497.

HSL color Cylindrical-coordinate representation of color #896B0D: hue angle of 45.48º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #896B0D is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB13710713-
CMYK00.220.910.46
HSL45.48º82.67%29.41%-
HSV(B)45.48º90.51%53.73%-
XYZ15.6515.862.62-
YUV105.2575.94150.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=53.31%
G=41.63%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371071300.220.910.4645.4882.6729.41
Hex896BD0165B2E2d531d
Octal21115315026133565512335
Binary10001001110101111010101101011011101110101101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896B0D; }

 p { color: rgb(137,107,13); }

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

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

 a { background-color: rgb(137,107,13); }

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

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

 span { border-color: rgb(137,107,13); }

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