#968A7E

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

Shades of Almond Frost #968A7E

Tints of Almond Frost #968A7E

Color information

#968A7E (or 0x968A7E) is unknown color: approx Almond Frost. HEX triplet: 96, 8A and 7E. RGB value is (150,138,126). Sum of RGB (Red+Green+Blue) = 150+138+126=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A7E is #697581. Grayscale: #8C8C8C. Windows color (decimal): -6911362 or 8293014. OLE color: 8293014.

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

Color convert

RGB150138126-
CMYK00.080.160.41
HSL30º10.26%54.12%-
HSV(B)30º16%58.82%-
XYZ25.4326.1723.45-
YUV140.22119.98134.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=36.23%
G=33.33%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013812600.080.160.413010.2654.12
Hex968A7E0810291ea36
Octal2262121760102051361266
Binary100101101000101011111100100010000101001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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