Html Css Color HEX #896B5C Beaver

📋 copy color: '#896B5C'

red 137 ◦ green 107 ◦ blue 92

#896B5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beaver #896B5C

Tints of Beaver #896B5C

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 value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#896B5C (or 0x896B5C) is known color: 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

RGB 137 107 92 -
CMYK 0 0.22 0.33 0.46
HSL 20º 0.2% 0.45% -
HSV(B) 20º 0.33% 0.54% -
XYZ 17.51 16.61 12.41 -
YUV 114.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 137 107 92 0 0.22 0.33 0.46 20 0.2 0.45
Hex 89 6B 5C 0 16 21 2E 14 14 2D
Octal 211 153 134 0 26 41 56 24 24 55
Binary 10001001 1101011 1011100 0 10110 100001 101110 10100 10100 101101

Color Harmonies of #896B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B5C

Black with #896B5C

Text Example


Text Example

White with #896B5C

Text Example


Text Example

HTML Codes & Css Web 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>