#968C83

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

Shades of Almond Frost #968C83

Tints of Almond Frost #968C83

Color information

#968C83 (or 0x968C83) is unknown color: approx Almond Frost. HEX triplet: 96, 8C and 83. RGB value is (150,140,131). Sum of RGB (Red+Green+Blue) = 150+140+131=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C83 is #69737C. Grayscale: #8E8E8E. Windows color (decimal): -6910845 or 8621206. OLE color: 8621206.

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

Color convert

RGB150140131-
CMYK00.070.130.41
HSL28.42º8.3%55.1%-
HSV(B)28.42º12.67%58.82%-
XYZ26.0526.8825.29-
YUV141.96121.81133.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 140 (55.08% from 255) = 33.25%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=35.63%
G=33.25%
B=31.12%

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
Decimal15014013100.070.130.4128.428.355.1
Hex968C8307D291c837
Octal226214203071551341067
Binary10010110100011001000001101111101101001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,131); }

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

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

 a { background-color: rgb(150,140,131); }

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

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

 span { border-color: rgb(150,140,131); }

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