#896B5C

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

Shades of Beaver #896B5C

Tints of Beaver #896B5C

Color information

#896B5C (or 0x896B5C) is unknown color: approx Beaver. HEX triplet: 89, 6B and 5C. RGB value is (137,107,92). Sum of RGB (Red+Green+Blue) = 137+107+92=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #896B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B5C is #7694A3. Grayscale: #727272. Windows color (decimal): -7771300 or 6056841. OLE color: 6056841.

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

Color convert

RGB13710792-
CMYK00.220.330.46
HSL20º19.65%44.9%-
HSV(B)20º32.85%53.73%-
XYZ17.5116.6112.41-
YUV114.26115.44144.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=40.77%
G=31.85%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371079200.220.330.462019.6544.9
Hex896B5C016212E14142d
Octal2111531340264156242455
Binary10001001110101110111000101101000011011101010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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