#968373

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

Shades of Almond Frost #968373

Tints of Almond Frost #968373

Color information

#968373 (or 0x968373) is unknown color: approx Almond Frost. HEX triplet: 96, 83 and 73. RGB value is (150,131,115). Sum of RGB (Red+Green+Blue) = 150+131+115=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968373 is #697C8C. Grayscale: #868686. Windows color (decimal): -6913165 or 7570326. OLE color: 7570326.

HSL color Cylindrical-coordinate representation of color #968373: hue angle of 27.43º 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 #968373 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB150131115-
CMYK00.130.230.41
HSL27.43º14.29%51.96%-
HSV(B)27.43º23.33%58.82%-
XYZ23.7923.9519.59-
YUV134.86116.79138.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=37.88%
G=33.08%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013111500.130.230.4127.4314.2951.96
Hex9683730D17291be34
Octal2262031630152751331664
Binary100101101000001111100110110110111101001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968373; }

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

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

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

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

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

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

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

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