#968A81

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

Shades of Almond Frost #968A81

Tints of Almond Frost #968A81

Color information

#968A81 (or 0x968A81) is unknown color: approx Almond Frost. HEX triplet: 96, 8A and 81. RGB value is (150,138,129). Sum of RGB (Red+Green+Blue) = 150+138+129=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A81 is #69757E. Grayscale: #8C8C8C. Windows color (decimal): -6911359 or 8489622. OLE color: 8489622.

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

Color convert

RGB150138129-
CMYK00.080.140.41
HSL25.71º9.09%54.71%-
HSV(B)25.71º14%58.82%-
XYZ25.6326.2524.48-
YUV140.56121.48134.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=35.97%
G=33.09%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013812900.080.140.4125.719.0954.71
Hex968A8108E291a937
Octal2262122010101651321167
Binary100101101000101010000001010001110101001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,138,129); }

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

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

 a { background-color: rgb(150,138,129); }

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

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

 span { border-color: rgb(150,138,129); }

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