#896B1D

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

Shades of Yukon Gold #896B1D

Tints of Yukon Gold #896B1D

Color information

#896B1D (or 0x896B1D) is unknown color: approx Yukon Gold. HEX triplet: 89, 6B and 1D. RGB value is (137,107,29). Sum of RGB (Red+Green+Blue) = 137+107+29=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #896B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B1D is #7694E2. Grayscale: #6B6B6B. Windows color (decimal): -7771363 or 1928073. OLE color: 1928073.

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

Color convert

RGB13710729-
CMYK00.220.790.46
HSL43.33º65.06%32.55%-
HSV(B)43.33º78.83%53.73%-
XYZ15.815.923.4-
YUV107.0883.94149.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=50.18%
G=39.19%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371072900.220.790.4643.3365.0632.55
Hex896B1D0164F2E2b4121
Octal21115335026117565310141
Binary1000100111010111110101011010011111011101010111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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