Html Css Color HEX #996F57 Beaver

📋 copy color: '#996F57'

red 153 ◦ green 111 ◦ blue 87

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

Shades of Beaver #996F57

Tints of Beaver #996F57

RGB

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

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

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

R = 43.59%
G = 31.62%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#996F57 (or 0x996F57) is known color: Beaver. HEX triplet: 99, 6F and 57. RGB value is (153,111,87). Sum of RGB (Red+Green+Blue) = 153+111+87=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F57 is #6690A8. Grayscale: #787878. Windows color (decimal): -6721705 or 5730201. OLE color: 5730201.

HSL color Cylindrical-coordinate representation of color #996F57: hue angle of 21.82º 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 #996F57 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 87 -
CMYK 0 0.27 0.43 0.4
HSL 21.82º 0.28% 0.47% -
HSV(B) 21.82º 0.43% 0.6% -
XYZ 20.54 18.83 11.57 -
YUV 120.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 153 111 87 0 0.27 0.43 0.4 21.82 0.28 0.47
Hex 99 6F 57 0 1B 2B 28 16 1C 2F
Octal 231 157 127 0 33 53 50 26 34 57
Binary 10011001 1101111 1010111 0 11011 101011 101000 10110 11100 101111

Color Harmonies of #996F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F57

Black with #996F57

Text Example


Text Example

White with #996F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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