#968983

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

Shades of Almond Frost #968983

Tints of Almond Frost #968983

Color information

#968983 (or 0x968983) is unknown color: approx Almond Frost. HEX triplet: 96, 89 and 83. RGB value is (150,137,131). Sum of RGB (Red+Green+Blue) = 150+137+131=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968983 is #69767C. Grayscale: #8C8C8C. Windows color (decimal): -6911613 or 8620438. OLE color: 8620438.

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

Color convert

RGB150137131-
CMYK00.090.130.41
HSL18.95º8.3%55.1%-
HSV(B)18.95º12.67%58.82%-
XYZ25.6226.0125.14-
YUV140.2122.81134.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=35.89%
G=32.78%
B=31.34%

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
Decimal15013713100.090.130.4118.958.355.1
Hex96898309D2913837
Octal2262112030111551231067
Binary100101101000100110000011010011101101001100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968983; }

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

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

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

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

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

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

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

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