#967867

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

Shades of Squirrel #967867

Tints of Squirrel #967867

Color information

#967867 (or 0x967867) is unknown color: approx Squirrel. HEX triplet: 96, 78 and 67. RGB value is (150,120,103). Sum of RGB (Red+Green+Blue) = 150+120+103=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #967867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967867 is #698798. Grayscale: #7F7F7F. Windows color (decimal): -6915993 or 6781078. OLE color: 6781078.

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

Color convert

RGB150120103-
CMYK00.200.310.41
HSL21.7º18.58%49.61%-
HSV(B)21.7º31.33%58.82%-
XYZ21.7420.915.72-
YUV127.03114.44144.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=40.21%
G=32.17%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012010300.200.310.4121.718.5849.61
Hex9678670141F29161332
Octal2261701470243751262362
Binary1001011011110001100111010100111111010011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967867; }

 p { color: rgb(150,120,103); }

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

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

 a { background-color: rgb(150,120,103); }

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

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

 span { border-color: rgb(150,120,103); }

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