Html Css Color HEX #96735D Beaver

📋 copy color: '#96735D'

red 150 ◦ green 115 ◦ blue 93

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

Shades of Beaver #96735D

Tints of Beaver #96735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 41.9%
G = 32.12%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96735D (or 0x96735D) is known color: Beaver. HEX triplet: 96, 73 and 5D. RGB value is (150,115,93). Sum of RGB (Red+Green+Blue) = 150+115+93=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96735D is #698CA2. Grayscale: #7B7B7B. Windows color (decimal): -6917283 or 6124438. OLE color: 6124438.

HSL color Cylindrical-coordinate representation of color #96735D: hue angle of 23.16º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96735D is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 93 -
CMYK 0 0.23 0.38 0.41
HSL 23.16º 0.23% 0.48% -
HSV(B) 23.16º 0.38% 0.59% -
XYZ 20.68 19.54 13.04 -
YUV 122.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 150 115 93 0 0.23 0.38 0.41 23.16 0.23 0.48
Hex 96 73 5D 0 17 26 29 17 17 30
Octal 226 163 135 0 27 46 51 27 27 60
Binary 10010110 1110011 1011101 0 10111 100110 101001 10111 10111 110000

Color Harmonies of #96735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96735D

Black with #96735D

Text Example


Text Example

White with #96735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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