#96735C

Color #96735C Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #96735C

Tints of Beaver #96735C

Color information

#96735C (or 0x96735C) is unknown color: approx Beaver. HEX triplet: 96, 73 and 5C. RGB value is (150,115,92). Sum of RGB (Red+Green+Blue) = 150+115+92=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96735C is #698CA3. Grayscale: #7A7A7A. Windows color (decimal): -6917284 or 6058902. OLE color: 6058902.

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

Color convert

RGB15011592-
CMYK00.230.390.41
HSL23.79º23.97%47.45%-
HSV(B)23.79º38.67%58.82%-
XYZ20.6419.5212.8-
YUV122.84110.6147.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=42.02%
G=32.21%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501159200.230.390.4123.7923.9747.45
Hex96735C017272918182f
Octal2261631340274751303057
Binary10010110111001110111000101111001111010011100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96735C;
 }
 .AnyTagClassName
 {
   color: #96735C;
 }
</style>
background-color css

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

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

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

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

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

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