#948679

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

Shades of Almond Frost #948679

Tints of Almond Frost #948679

Color information

#948679 (or 0x948679) is unknown color: approx Almond Frost. HEX triplet: 94, 86 and 79. RGB value is (148,134,121). Sum of RGB (Red+Green+Blue) = 148+134+121=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #948679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948679 is #6B7986. Grayscale: #888888. Windows color (decimal): -7043463 or 7964308. OLE color: 7964308.

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

Color convert

RGB148134121-
CMYK00.090.180.42
HSL28.89º11.2%52.75%-
HSV(B)28.89º18.24%58.04%-
XYZ24.1924.7321.59-
YUV136.7119.14136.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=36.72%
G=33.25%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813412100.090.180.4228.8911.252.75
Hex94867909122A1db35
Octal2242061710112252351365
Binary100101001000011011110010100110010101010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948679; }

 p { color: rgb(148,134,121); }

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

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

 a { background-color: rgb(148,134,121); }

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

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

 span { border-color: rgb(148,134,121); }

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