#95836B

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

Shades of Squirrel #95836B

Tints of Squirrel #95836B

Color information

#95836B (or 0x95836B) is unknown color: approx Squirrel. HEX triplet: 95, 83 and 6B. RGB value is (149,131,107). Sum of RGB (Red+Green+Blue) = 149+131+107=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95836B is #6A7C94. Grayscale: #858585. Windows color (decimal): -6978709 or 7046037. OLE color: 7046037.

HSL color Cylindrical-coordinate representation of color #95836B: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95836B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149131107-
CMYK00.120.280.42
HSL34.29º16.54%50.2%-
HSV(B)34.29º28.19%58.43%-
XYZ23.1623.6817.26-
YUV133.65112.96138.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=38.50%
G=33.85%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913110700.120.280.4234.2916.5450.2
Hex95836B0C1C2A221132
Octal2252031530143452422162
Binary10010101100000111101011011001110010101010001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,131,107); }

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

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

 a { background-color: rgb(149,131,107); }

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

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

 span { border-color: rgb(149,131,107); }

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