#896F1F

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

Shades of Yukon Gold #896F1F

Tints of Yukon Gold #896F1F

Color information

#896F1F (or 0x896F1F) is unknown color: approx Yukon Gold. HEX triplet: 89, 6F and 1F. RGB value is (137,111,31). Sum of RGB (Red+Green+Blue) = 137+111+31=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #896F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F1F is #7690E0. Grayscale: #6E6E6E. Windows color (decimal): -7770337 or 2060169. OLE color: 2060169.

HSL color Cylindrical-coordinate representation of color #896F1F: hue angle of 45.28º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #896F1F is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13711131-
CMYK00.190.770.46
HSL45.28º63.1%32.94%-
HSV(B)45.28º77.37%53.73%-
XYZ16.2516.793.68-
YUV109.6583.61147.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=49.10%
G=39.78%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371113100.190.770.4645.2863.132.94
Hex896F1F0134D2E2d3f21
Octal2111573702311556557741
Binary100010011101111111110100111001101101110101101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,111,31); }

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

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

 a { background-color: rgb(137,111,31); }

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

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

 span { border-color: rgb(137,111,31); }

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