#997F6C

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

Shades of Squirrel #997F6C

Tints of Squirrel #997F6C

Color information

#997F6C (or 0x997F6C) is unknown color: approx Squirrel. HEX triplet: 99, 7F and 6C. RGB value is (153,127,108). Sum of RGB (Red+Green+Blue) = 153+127+108=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F6C is #668093. Grayscale: #848484. Windows color (decimal): -6717588 or 7110553. OLE color: 7110553.

HSL color Cylindrical-coordinate representation of color #997F6C: hue angle of 25.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #997F6C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153127108-
CMYK00.170.290.4
HSL25.33º18.07%51.18%-
HSV(B)25.33º29.41%60%-
XYZ23.4323.0317.4-
YUV132.61114.11142.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=39.43%
G=32.73%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312710800.170.290.425.3318.0751.18
Hex997F6C0111D28191233
Octal2311771540213550312263
Binary1001100111111111101100010001111011010001100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997F6C; }

 p { color: rgb(153,127,108); }

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

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

 a { background-color: rgb(153,127,108); }

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

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

 span { border-color: rgb(153,127,108); }

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