Html Css Color HEX #96745B Beaver

📋 copy color: '#96745B'

red 150 ◦ green 116 ◦ blue 91

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

Shades of Beaver #96745B

Tints of Beaver #96745B

RGB

 RED value IS 150 (58.98% from 255) = 42.02%

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 42.02%
G = 32.49%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96745B (or 0x96745B) is known color: Beaver. HEX triplet: 96, 74 and 5B. RGB value is (150,116,91). Sum of RGB (Red+Green+Blue) = 150+116+91=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96745B is #698BA4. Grayscale: #7B7B7B. Windows color (decimal): -6917029 or 5993622. OLE color: 5993622.

HSL color Cylindrical-coordinate representation of color #96745B: hue angle of 25.42º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96745B is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 91 -
CMYK 0 0.23 0.39 0.41
HSL 25.42º 0.24% 0.47% -
HSV(B) 25.42º 0.39% 0.59% -
XYZ 20.71 19.73 12.61 -
YUV 123.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 150 116 91 0 0.23 0.39 0.41 25.42 0.24 0.47
Hex 96 74 5B 0 17 27 29 19 18 2F
Octal 226 164 133 0 27 47 51 31 30 57
Binary 10010110 1110100 1011011 0 10111 100111 101001 11001 11000 101111

Color Harmonies of #96745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96745B

Black with #96745B

Text Example


Text Example

White with #96745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96745B; }

 p { color: rgb(150,116,91); }

 H1.HeaderClassName
 {
   color: #96745B;
 }
 .AnyTagClassName
 {
   color: #96745B;
 }
</style>

background-color css

<style>
 a { background-color: #96745B; }

 a { background-color: rgb(150,116,91); }

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

border-color css

<style>
 span { border-color: #96745B; }

 span { border-color: rgb(150,116,91); }

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