#967E69

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

Shades of Squirrel #967E69

Tints of Squirrel #967E69

Color information

#967E69 (or 0x967E69) is unknown color: approx Squirrel. HEX triplet: 96, 7E and 69. RGB value is (150,126,105). Sum of RGB (Red+Green+Blue) = 150+126+105=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E69 is #698196. Grayscale: #828282. Windows color (decimal): -6914455 or 6913686. OLE color: 6913686.

HSL color Cylindrical-coordinate representation of color #967E69: hue angle of 28º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967E69 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150126105-
CMYK00.160.300.41
HSL28º17.65%50%-
HSV(B)28º30%58.82%-
XYZ22.5922.4316.5-
YUV130.78113.45141.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=39.37%
G=33.07%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012610500.160.300.412817.6550
Hex967E690101E291c1232
Octal2261761510203651342262
Binary1001011011111101101001010000111101010011110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967E69; }

 p { color: rgb(150,126,105); }

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

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

 a { background-color: rgb(150,126,105); }

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

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

 span { border-color: rgb(150,126,105); }

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