#968B84

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

Shades of Almond Frost #968B84

Tints of Almond Frost #968B84

Color information

#968B84 (or 0x968B84) is unknown color: approx Almond Frost. HEX triplet: 96, 8B and 84. RGB value is (150,139,132). Sum of RGB (Red+Green+Blue) = 150+139+132=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B84 is #69747B. Grayscale: #8D8D8D. Windows color (decimal): -6911100 or 8686486. OLE color: 8686486.

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

Color convert

RGB150139132-
CMYK00.070.120.41
HSL23.33º7.89%55.29%-
HSV(B)23.33º12%58.82%-
XYZ25.9826.6225.6-
YUV141.49122.64134.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=35.63%
G=33.02%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013913200.070.120.4123.337.8955.29
Hex968B8407C2917837
Octal226213204071451271067
Binary10010110100010111000010001111100101001101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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