#958367

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

Shades of Squirrel #958367

Tints of Squirrel #958367

Color information

#958367 (or 0x958367) is unknown color: approx Squirrel. HEX triplet: 95, 83 and 67. RGB value is (149,131,103). Sum of RGB (Red+Green+Blue) = 149+131+103=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958367 is #6A7C98. Grayscale: #858585. Windows color (decimal): -6978713 or 6783893. OLE color: 6783893.

HSL color Cylindrical-coordinate representation of color #958367: hue angle of 36.52º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958367 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB149131103-
CMYK00.120.310.42
HSL36.52º18.25%49.41%-
HSV(B)36.52º30.87%58.43%-
XYZ22.9623.616.18-
YUV133.19110.96139.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=38.90%
G=34.20%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913110300.120.310.4236.5218.2549.41
Hex9583670C1F2A251231
Octal2252031470143752452261
Binary10010101100000111100111011001111110101010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958367; }

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

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

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

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

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

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

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

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