#948983

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

Shades of Almond Frost #948983

Tints of Almond Frost #948983

Color information

#948983 (or 0x948983) is unknown color: approx Almond Frost. HEX triplet: 94, 89 and 83. RGB value is (148,137,131). Sum of RGB (Red+Green+Blue) = 148+137+131=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948983 is #6B767C. Grayscale: #8B8B8B. Windows color (decimal): -7042685 or 8620436. OLE color: 8620436.

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

Color convert

RGB148137131-
CMYK00.070.110.42
HSL21.18º7.36%54.71%-
HSV(B)21.18º11.49%58.04%-
XYZ25.2625.8325.13-
YUV139.6123.14133.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 131 (51.56% from 255) = 31.49%
R=35.58%
G=32.93%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813713100.070.110.4221.187.3654.71
Hex94898307B2A15737
Octal22421120307135225767
Binary1001010010001001100000110111101110101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948983; }

 p { color: rgb(148,137,131); }

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

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

 a { background-color: rgb(148,137,131); }

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

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

 span { border-color: rgb(148,137,131); }

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