#96836C

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

Shades of Squirrel #96836C

Tints of Squirrel #96836C

Color information

#96836C (or 0x96836C) is unknown color: approx Squirrel. HEX triplet: 96, 83 and 6C. RGB value is (150,131,108). Sum of RGB (Red+Green+Blue) = 150+131+108=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96836C is #697C93. Grayscale: #868686. Windows color (decimal): -6913172 or 7111574. OLE color: 7111574.

HSL color Cylindrical-coordinate representation of color #96836C: hue angle of 32.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96836C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB150131108-
CMYK00.130.280.41
HSL32.86º16.67%50.59%-
HSV(B)32.86º28%58.82%-
XYZ23.423.817.55-
YUV134.06113.29139.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=38.56%
G=33.68%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013110800.130.280.4132.8616.6750.59
Hex96836C0D1C29211133
Octal2262031540153451412163
Binary10010110100000111101100011011110010100110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,131,108); }

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

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

 a { background-color: rgb(150,131,108); }

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

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

 span { border-color: rgb(150,131,108); }

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