#968472

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

Shades of Almond Frost #968472

Tints of Almond Frost #968472

Color information

#968472 (or 0x968472) is unknown color: approx Almond Frost. HEX triplet: 96, 84 and 72. RGB value is (150,132,114). Sum of RGB (Red+Green+Blue) = 150+132+114=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968472 is #697B8D. Grayscale: #878787. Windows color (decimal): -6912910 or 7505046. OLE color: 7505046.

HSL color Cylindrical-coordinate representation of color #968472: hue angle of 30º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #968472 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB150132114-
CMYK00.120.240.41
HSL30º14.63%51.76%-
HSV(B)30º24%58.82%-
XYZ23.8724.219.33-
YUV135.33115.96138.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=37.88%
G=33.33%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013211400.120.240.413014.6351.76
Hex9684720C18291ef34
Octal2262041620143051361764
Binary100101101000010011100100110011000101001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968472; }

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

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

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

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

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

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

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

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