#95948D

Color #95948D Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn #95948D

Tints of Dawn #95948D

Color information

#95948D (or 0x95948D) is unknown color: approx Dawn. HEX triplet: 95, 94 and 8D. RGB value is (149,148,141). Sum of RGB (Red+Green+Blue) = 149+148+141=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 149 - color contains mainly: red. Hex color #95948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95948D is #6A6B72. Grayscale: #939393. Windows color (decimal): -6974323 or 9278613. OLE color: 9278613.

HSL color Cylindrical-coordinate representation of color #95948D: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #95948D is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149148141-
CMYK00.010.050.42
HSL52.5º3.64%56.86%-
HSV(B)52.5º5.37%58.43%-
XYZ27.7929.4929.43-
YUV147.5124.33129.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=34.02%
G=33.79%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914814100.010.050.4252.53.6456.86
Hex95948D0152A35439
Octal2252242150155265471
Binary10010101100101001000110101101101010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95948D; }

 p { color: rgb(149,148,141); }

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

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

 a { background-color: rgb(149,148,141); }

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

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

 span { border-color: rgb(149,148,141); }

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