#957E67

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

Shades of Squirrel #957E67

Tints of Squirrel #957E67

Color information

#957E67 (or 0x957E67) is unknown color: approx Squirrel. HEX triplet: 95, 7E and 67. RGB value is (149,126,103). Sum of RGB (Red+Green+Blue) = 149+126+103=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #957E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E67 is #6A8198. Grayscale: #828282. Windows color (decimal): -6979993 or 6782613. OLE color: 6782613.

HSL color Cylindrical-coordinate representation of color #957E67: hue angle of 30º 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 #957E67 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB149126103-
CMYK00.150.310.42
HSL30º18.25%49.41%-
HSV(B)30º30.87%58.43%-
XYZ22.322.2915.96-
YUV130.25112.62141.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 27.25%
R=39.42%
G=33.33%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912610300.150.310.423018.2549.41
Hex957E670F1F2A1e1231
Octal2251761470173752362261
Binary100101011111110110011101111111111010101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957E67; }

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

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

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

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

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

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

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

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