Html Css Color HEX #996D59 Beaver

📋 copy color: '#996D59'

red 153 ◦ green 109 ◦ blue 89

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

Shades of Beaver #996D59

Tints of Beaver #996D59

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 89 (35.16% from 255) = 25.36%

R = 43.59%
G = 31.05%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996D59 (or 0x996D59) is known color: Beaver. HEX triplet: 99, 6D and 59. RGB value is (153,109,89). Sum of RGB (Red+Green+Blue) = 153+109+89=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D59 is #6692A6. Grayscale: #787878. Windows color (decimal): -6722215 or 5860761. OLE color: 5860761.

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

Color convert

RGB 153 109 89 -
CMYK 0 0.29 0.42 0.4
HSL 18.75º 0.26% 0.47% -
HSV(B) 18.75º 0.42% 0.6% -
XYZ 20.41 18.43 11.93 -
YUV 119.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 153 109 89 0 0.29 0.42 0.4 18.75 0.26 0.47
Hex 99 6D 59 0 1D 2A 28 13 1A 2F
Octal 231 155 131 0 35 52 50 23 32 57
Binary 10011001 1101101 1011001 0 11101 101010 101000 10011 11010 101111

Color Harmonies of #996D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D59

Black with #996D59

Text Example


Text Example

White with #996D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,109,89); }

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

background-color css

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

 a { background-color: rgb(153,109,89); }

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

border-color css

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

 span { border-color: rgb(153,109,89); }

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