#96958B

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

Shades of Dawn #96958B

Tints of Dawn #96958B

Color information

#96958B (or 0x96958B) is unknown color: approx Dawn. HEX triplet: 96, 95 and 8B. RGB value is (150,149,139). Sum of RGB (Red+Green+Blue) = 150+149+139=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 150 - color contains mainly: red. Hex color #96958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96958B is #696A74. Grayscale: #949494. Windows color (decimal): -6908533 or 9147798. OLE color: 9147798.

HSL color Cylindrical-coordinate representation of color #96958B: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96958B is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150149139-
CMYK00.010.070.41
HSL54.55º4.98%56.67%-
HSV(B)54.55º7.33%58.82%-
XYZ27.9929.8428.71-
YUV148.16122.83129.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=34.25%
G=34.02%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014913900.010.070.4154.554.9856.67
Hex96958B0172937539
Octal2262252130175167571
Binary10010110100101011000101101111101001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96958B; }

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

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

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

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

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

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

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

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