#968473

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

Shades of Almond Frost #968473

Tints of Almond Frost #968473

Color information

#968473 (or 0x968473) is unknown color: approx Almond Frost. HEX triplet: 96, 84 and 73. RGB value is (150,132,115). Sum of RGB (Red+Green+Blue) = 150+132+115=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968473 is #697B8C. Grayscale: #878787. Windows color (decimal): -6912909 or 7570582. OLE color: 7570582.

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

Color convert

RGB150132115-
CMYK00.120.230.41
HSL29.14º14.29%51.96%-
HSV(B)29.14º23.33%58.82%-
XYZ23.9224.2219.63-
YUV135.44116.46138.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=37.78%
G=33.25%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013211500.120.230.4129.1414.2951.96
Hex9684730C17291de34
Octal2262041630142751351664
Binary100101101000010011100110110010111101001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968473; }

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

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

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

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

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

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

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

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