Html Css Color HEX #96735B Beaver

📋 copy color: '#96735B'

red 150 ◦ green 115 ◦ blue 91

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

Shades of Beaver #96735B

Tints of Beaver #96735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 42.13%
G = 32.3%
B = 25.56%

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

#96735B (or 0x96735B) is known color: Beaver. HEX triplet: 96, 73 and 5B. RGB value is (150,115,91). Sum of RGB (Red+Green+Blue) = 150+115+91=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96735B is #698CA4. Grayscale: #7A7A7A. Windows color (decimal): -6917285 or 5993366. OLE color: 5993366.

HSL color Cylindrical-coordinate representation of color #96735B: hue angle of 24.41º 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 #96735B is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 91 -
CMYK 0 0.23 0.39 0.41
HSL 24.41º 0.24% 0.47% -
HSV(B) 24.41º 0.39% 0.59% -
XYZ 20.6 19.5 12.58 -
YUV 122.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 150 115 91 0 0.23 0.39 0.41 24.41 0.24 0.47
Hex 96 73 5B 0 17 27 29 18 18 2F
Octal 226 163 133 0 27 47 51 30 30 57
Binary 10010110 1110011 1011011 0 10111 100111 101001 11000 11000 101111

Color Harmonies of #96735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96735B

Black with #96735B

Text Example


Text Example

White with #96735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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