Html Css Color HEX #896C5C Beaver

📋 copy color: '#896C5C'

red 137 ◦ green 108 ◦ blue 92

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

Shades of Beaver #896C5C

Tints of Beaver #896C5C

RGB

 RED value IS 137 (53.91% from 255) = 40.65%

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 40.65%
G = 32.05%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#896C5C (or 0x896C5C) is known color: Beaver. HEX triplet: 89, 6C and 5C. RGB value is (137,108,92). Sum of RGB (Red+Green+Blue) = 137+108+92=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C5C is #7693A3. Grayscale: #727272. Windows color (decimal): -7771044 or 6057097. OLE color: 6057097.

HSL color Cylindrical-coordinate representation of color #896C5C: hue angle of 21.33º 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 #896C5C is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 92 -
CMYK 0 0.21 0.33 0.46
HSL 21.33º 0.2% 0.45% -
HSV(B) 21.33º 0.33% 0.54% -
XYZ 17.61 16.82 12.44 -
YUV 114.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 137 108 92 0 0.21 0.33 0.46 21.33 0.2 0.45
Hex 89 6C 5C 0 15 21 2E 15 14 2D
Octal 211 154 134 0 25 41 56 25 24 55
Binary 10001001 1101100 1011100 0 10101 100001 101110 10101 10100 101101

Color Harmonies of #896C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C5C

Black with #896C5C

Text Example


Text Example

White with #896C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #896C5C;
 }
 .AnyTagClassName
 {
   color: #896C5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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