#97867C

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

Shades of Almond Frost #97867C

Tints of Almond Frost #97867C

Color information

#97867C (or 0x97867C) is unknown color: approx Almond Frost. HEX triplet: 97, 86 and 7C. RGB value is (151,134,124). Sum of RGB (Red+Green+Blue) = 151+134+124=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #97867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97867C is #687983. Grayscale: #8A8A8A. Windows color (decimal): -6846852 or 8160919. OLE color: 8160919.

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

Color convert

RGB151134124-
CMYK00.110.180.41
HSL22.22º11.49%53.92%-
HSV(B)22.22º17.88%59.22%-
XYZ24.9325.0822.6-
YUV137.94120.13137.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=36.92%
G=32.76%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113412400.110.180.4122.2211.4953.92
Hex97867C0B122916b36
Octal2272061740132251261366
Binary100101111000011011111000101110010101001101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97867C; }

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

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

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

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

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

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

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

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