#968B82

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

Shades of Almond Frost #968B82

Tints of Almond Frost #968B82

Color information

#968B82 (or 0x968B82) is unknown color: approx Almond Frost. HEX triplet: 96, 8B and 82. RGB value is (150,139,130). Sum of RGB (Red+Green+Blue) = 150+139+130=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #968B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B82 is #69747D. Grayscale: #8D8D8D. Windows color (decimal): -6911102 or 8555414. OLE color: 8555414.

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

Color convert

RGB150139130-
CMYK00.070.130.41
HSL27º8.7%54.9%-
HSV(B)27º13.33%58.82%-
XYZ25.8426.5624.88-
YUV141.26121.64134.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=35.80%
G=33.17%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013913000.070.130.41278.754.9
Hex968B8207D291b937
Octal226213202071551331167
Binary10010110100010111000001001111101101001110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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