#958073

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

Shades of Almond Frost #958073

Tints of Almond Frost #958073

Color information

#958073 (or 0x958073) is unknown color: approx Almond Frost. HEX triplet: 95, 80 and 73. RGB value is (149,128,115). Sum of RGB (Red+Green+Blue) = 149+128+115=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #958073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958073 is #6A7F8C. Grayscale: #848484. Windows color (decimal): -6979469 or 7569557. OLE color: 7569557.

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

Color convert

RGB149128115-
CMYK00.140.230.42
HSL22.94º13.82%51.76%-
HSV(B)22.94º22.82%58.43%-
XYZ23.2123.0719.45-
YUV132.8117.96139.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=38.01%
G=32.65%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912811500.140.230.4222.9413.8251.76
Hex9580730E172A17e34
Octal2252001630162752271664
Binary100101011000000011100110111010111101010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958073; }

 p { color: rgb(149,128,115); }

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

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

 a { background-color: rgb(149,128,115); }

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

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

 span { border-color: rgb(149,128,115); }

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