#967D6A

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

Shades of Squirrel #967D6A

Tints of Squirrel #967D6A

Color information

#967D6A (or 0x967D6A) is unknown color: approx Squirrel. HEX triplet: 96, 7D and 6A. RGB value is (150,125,106). Sum of RGB (Red+Green+Blue) = 150+125+106=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D6A is #698295. Grayscale: #828282. Windows color (decimal): -6914710 or 6978966. OLE color: 6978966.

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

Color convert

RGB150125106-
CMYK00.170.290.41
HSL25.91º17.32%50.2%-
HSV(B)25.91º29.33%58.82%-
XYZ22.5122.1916.73-
YUV130.31114.28142.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=39.37%
G=32.81%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012510600.170.290.4125.9117.3250.2
Hex967D6A0111D291a1132
Octal2261751520213551322162
Binary1001011011111011101010010001111011010011101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,125,106); }

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

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

 a { background-color: rgb(150,125,106); }

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

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

 span { border-color: rgb(150,125,106); }

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