#958374

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

Shades of Almond Frost #958374

Tints of Almond Frost #958374

Color information

#958374 (or 0x958374) is unknown color: approx Almond Frost. HEX triplet: 95, 83 and 74. RGB value is (149,131,116). Sum of RGB (Red+Green+Blue) = 149+131+116=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958374 is #6A7C8B. Grayscale: #868686. Windows color (decimal): -6978700 or 7635861. OLE color: 7635861.

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

Color convert

RGB149131116-
CMYK00.120.220.42
HSL27.27º13.47%51.96%-
HSV(B)27.27º22.15%58.43%-
XYZ23.6623.8819.89-
YUV134.67117.46138.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=37.63%
G=33.08%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913111600.120.220.4227.2713.4751.96
Hex9583740C162A1bd34
Octal2252031640142652331564
Binary100101011000001111101000110010110101010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958374; }

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

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

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

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

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

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

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

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