#969590

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

Shades of Dawn #969590

Tints of Dawn #969590

Color information

#969590 (or 0x969590) is unknown color: approx Dawn. HEX triplet: 96, 95 and 90. RGB value is (150,149,144). Sum of RGB (Red+Green+Blue) = 150+149+144=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 150 - color contains mainly: red. Hex color #969590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969590 is #696A6F. Grayscale: #949494. Windows color (decimal): -6908528 or 9475478. OLE color: 9475478.

HSL color Cylindrical-coordinate representation of color #969590: hue angle of 50º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #969590 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB150149144-
CMYK00.010.040.41
HSL50º2.78%57.65%-
HSV(B)50º4%58.82%-
XYZ28.3629.9930.68-
YUV148.73125.33128.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=33.86%
G=33.63%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014914400.010.040.41502.7857.65
Hex969590014293233a
Octal2262252200145162372
Binary1001011010010101100100000110010100111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969590; }

 p { color: rgb(150,149,144); }

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

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

 a { background-color: rgb(150,149,144); }

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

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

 span { border-color: rgb(150,149,144); }

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