#958376

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

Shades of Almond Frost #958376

Tints of Almond Frost #958376

Color information

#958376 (or 0x958376) is unknown color: approx Almond Frost. HEX triplet: 95, 83 and 76. RGB value is (149,131,118). Sum of RGB (Red+Green+Blue) = 149+131+118=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958376 is #6A7C89. Grayscale: #868686. Windows color (decimal): -6978698 or 7766933. OLE color: 7766933.

HSL color Cylindrical-coordinate representation of color #958376: hue angle of 25.16º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958376 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149131118-
CMYK00.120.210.42
HSL25.16º12.76%52.35%-
HSV(B)25.16º20.81%58.43%-
XYZ23.7823.9320.51-
YUV134.9118.46138.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=37.44%
G=32.91%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913111800.120.210.4225.1612.7652.35
Hex9583760C152A19d34
Octal2252031660142552311564
Binary100101011000001111101100110010101101010110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958376; }

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

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

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

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

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

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

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

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