Html Css Color HEX #996E57 Beaver

📋 copy color: '#996E57'

red 153 ◦ green 110 ◦ blue 87

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

Shades of Beaver #996E57

Tints of Beaver #996E57

RGB

 RED value IS 153 (60.16% from 255) = 43.71%

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 87 (34.38% from 255) = 24.86%

R = 43.71%
G = 31.43%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#996E57 (or 0x996E57) is known color: Beaver. HEX triplet: 99, 6E and 57. RGB value is (153,110,87). Sum of RGB (Red+Green+Blue) = 153+110+87=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E57 is #6691A8. Grayscale: #787878. Windows color (decimal): -6721961 or 5729945. OLE color: 5729945.

HSL color Cylindrical-coordinate representation of color #996E57: hue angle of 20.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996E57 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 87 -
CMYK 0 0.28 0.43 0.4
HSL 20.91º 0.28% 0.47% -
HSV(B) 20.91º 0.43% 0.6% -
XYZ 20.43 18.61 11.53 -
YUV 120.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 153 110 87 0 0.28 0.43 0.4 20.91 0.28 0.47
Hex 99 6E 57 0 1C 2B 28 15 1C 2F
Octal 231 156 127 0 34 53 50 25 34 57
Binary 10011001 1101110 1010111 0 11100 101011 101000 10101 11100 101111

Color Harmonies of #996E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E57

Black with #996E57

Text Example


Text Example

White with #996E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E57; }

 p { color: rgb(153,110,87); }

 H1.HeaderClassName
 {
   color: #996E57;
 }
 .AnyTagClassName
 {
   color: #996E57;
 }
</style>

background-color css

<style>
 a { background-color: #996E57; }

 a { background-color: rgb(153,110,87); }

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

border-color css

<style>
 span { border-color: #996E57; }

 span { border-color: rgb(153,110,87); }

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