#968376

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

Shades of Almond Frost #968376

Tints of Almond Frost #968376

Color information

#968376 (or 0x968376) is unknown color: approx Almond Frost. HEX triplet: 96, 83 and 76. RGB value is (150,131,118). Sum of RGB (Red+Green+Blue) = 150+131+118=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968376 is #697C89. Grayscale: #878787. Windows color (decimal): -6913162 or 7766934. OLE color: 7766934.

HSL color Cylindrical-coordinate representation of color #968376: hue angle of 24.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968376 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150131118-
CMYK00.130.210.41
HSL24.38º13.22%52.55%-
HSV(B)24.38º21.33%58.82%-
XYZ23.9624.0220.51-
YUV135.2118.29138.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=37.59%
G=32.83%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013111800.130.210.4124.3813.2252.55
Hex9683760D152918d35
Octal2262031660152551301565
Binary100101101000001111101100110110101101001110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968376; }

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

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

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

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

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

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

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

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