Html Css Color HEX #96735A Beaver

📋 copy color: '#96735A'

red 150 ◦ green 115 ◦ blue 90

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

Shades of Beaver #96735A

Tints of Beaver #96735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 42.25%
G = 32.39%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96735A (or 0x96735A) is known color: Beaver. HEX triplet: 96, 73 and 5A. RGB value is (150,115,90). Sum of RGB (Red+Green+Blue) = 150+115+90=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96735A is #698CA5. Grayscale: #7A7A7A. Windows color (decimal): -6917286 or 5927830. OLE color: 5927830.

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

Color convert

RGB 150 115 90 -
CMYK 0 0.23 0.4 0.41
HSL 25º 0.25% 0.47% -
HSV(B) 25º 0.4% 0.59% -
XYZ 20.55 19.48 12.35 -
YUV 122.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 150 115 90 0 0.23 0.4 0.41 25 0.25 0.47
Hex 96 73 5A 0 17 28 29 19 19 2F
Octal 226 163 132 0 27 50 51 31 31 57
Binary 10010110 1110011 1011010 0 10111 101000 101001 11001 11001 101111

Color Harmonies of #96735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96735A

Black with #96735A

Text Example


Text Example

White with #96735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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