Html Css Color HEX #896F66 Beaver

📋 copy color: '#896F66'

red 137 ◦ green 111 ◦ blue 102

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

Shades of Beaver #896F66

Tints of Beaver #896F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 39.14%
G = 31.71%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#896F66 (or 0x896F66) is known color: Beaver. HEX triplet: 89, 6F and 66. RGB value is (137,111,102). Sum of RGB (Red+Green+Blue) = 137+111+102=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #896F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F66 is #769099. Grayscale: #757575. Windows color (decimal): -7770266 or 6713225. OLE color: 6713225.

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

Color convert

RGB 137 111 102 -
CMYK 0 0.19 0.26 0.46
HSL 15.43º 0.15% 0.47% -
HSV(B) 15.43º 0.26% 0.54% -
XYZ 18.4 17.65 15.01 -
YUV 117.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 137 111 102 0 0.19 0.26 0.46 15.43 0.15 0.47
Hex 89 6F 66 0 13 1A 2E F F 2F
Octal 211 157 146 0 23 32 56 17 17 57
Binary 10001001 1101111 1100110 0 10011 11010 101110 1111 1111 101111

Color Harmonies of #896F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F66

Black with #896F66

Text Example


Text Example

White with #896F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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