#958678

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

Shades of Almond Frost #958678

Tints of Almond Frost #958678

Color information

#958678 (or 0x958678) is unknown color: approx Almond Frost. HEX triplet: 95, 86 and 78. RGB value is (149,134,120). Sum of RGB (Red+Green+Blue) = 149+134+120=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958678 is #6A7987. Grayscale: #888888. Windows color (decimal): -6977928 or 7898773. OLE color: 7898773.

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

Color convert

RGB149134120-
CMYK00.100.190.42
HSL28.97º12.03%52.75%-
HSV(B)28.97º19.46%58.43%-
XYZ24.3124.821.27-
YUV136.89118.47136.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=36.97%
G=33.25%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913412000.100.190.4228.9712.0352.75
Hex9586780A132A1dc35
Octal2252061700122352351465
Binary100101011000011011110000101010011101010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958678; }

 p { color: rgb(149,134,120); }

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

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

 a { background-color: rgb(149,134,120); }

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

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

 span { border-color: rgb(149,134,120); }

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