#968882

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

Shades of Almond Frost #968882

Tints of Almond Frost #968882

Color information

#968882 (or 0x968882) is unknown color: approx Almond Frost. HEX triplet: 96, 88 and 82. RGB value is (150,136,130). Sum of RGB (Red+Green+Blue) = 150+136+130=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968882 is #69777D. Grayscale: #8B8B8B. Windows color (decimal): -6911870 or 8554646. OLE color: 8554646.

HSL color Cylindrical-coordinate representation of color #968882: hue angle of 18º 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 #968882 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150136130-
CMYK00.090.130.41
HSL18º8.7%54.9%-
HSV(B)18º13.33%58.82%-
XYZ25.4125.724.74-
YUV139.5122.64135.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=36.06%
G=32.69%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013613000.090.130.41188.754.9
Hex96888209D2912937
Octal2262102020111551221167
Binary100101101000100010000010010011101101001100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968882; }

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

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

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

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

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

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

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

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