#968A82

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

Shades of Almond Frost #968A82

Tints of Almond Frost #968A82

Color information

#968A82 (or 0x968A82) is unknown color: approx Almond Frost. HEX triplet: 96, 8A and 82. RGB value is (150,138,130). Sum of RGB (Red+Green+Blue) = 150+138+130=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A82 is #69757D. Grayscale: #8C8C8C. Windows color (decimal): -6911358 or 8555158. OLE color: 8555158.

HSL color Cylindrical-coordinate representation of color #968A82: hue angle of 24º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968A82 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150138130-
CMYK00.080.130.41
HSL24º8.7%54.9%-
HSV(B)24º13.33%58.82%-
XYZ25.726.2724.84-
YUV140.68121.98134.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=35.89%
G=33.01%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013813000.080.130.41248.754.9
Hex968A8208D2918937
Octal2262122020101551301167
Binary100101101000101010000010010001101101001110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A82; }

 p { color: rgb(150,138,130); }

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

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

 a { background-color: rgb(150,138,130); }

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

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

 span { border-color: rgb(150,138,130); }

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