#968475

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

Shades of Almond Frost #968475

Tints of Almond Frost #968475

Color information

#968475 (or 0x968475) is unknown color: approx Almond Frost. HEX triplet: 96, 84 and 75. RGB value is (150,132,117). Sum of RGB (Red+Green+Blue) = 150+132+117=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968475 is #697B8A. Grayscale: #878787. Windows color (decimal): -6912907 or 7701654. OLE color: 7701654.

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

Color convert

RGB150132117-
CMYK00.120.220.41
HSL27.27º13.58%52.35%-
HSV(B)27.27º22%58.82%-
XYZ24.0424.2720.25-
YUV135.67117.46138.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=37.59%
G=33.08%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013211700.120.220.4127.2713.5852.35
Hex9684750C16291be34
Octal2262041650142651331664
Binary100101101000010011101010110010110101001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968475; }

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

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

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

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

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

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

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

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