#978676

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

Shades of Almond Frost #978676

Tints of Almond Frost #978676

Color information

#978676 (or 0x978676) is unknown color: approx Almond Frost. HEX triplet: 97, 86 and 76. RGB value is (151,134,118). Sum of RGB (Red+Green+Blue) = 151+134+118=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #978676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978676 is #687989. Grayscale: #898989. Windows color (decimal): -6846858 or 7767703. OLE color: 7767703.

HSL color Cylindrical-coordinate representation of color #978676: hue angle of 29.09º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #978676 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB151134118-
CMYK00.110.220.41
HSL29.09º13.69%52.75%-
HSV(B)29.09º21.85%59.22%-
XYZ24.5624.9420.66-
YUV137.26117.13137.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=37.47%
G=33.25%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113411800.110.220.4129.0913.6952.75
Hex9786760B16291de35
Octal2272061660132651351665
Binary100101111000011011101100101110110101001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978676; }

 p { color: rgb(151,134,118); }

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

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

 a { background-color: rgb(151,134,118); }

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

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

 span { border-color: rgb(151,134,118); }

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