#9B9988

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

Shades of Dawn #9B9988

Tints of Dawn #9B9988

Color information

#9B9988 (or 0x9B9988) is unknown color: approx Dawn. HEX triplet: 9B, 99 and 88. RGB value is (155,153,136). Sum of RGB (Red+Green+Blue) = 155+153+136=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9988 is #646677. Grayscale: #979797. Windows color (decimal): -6579832 or 8952219. OLE color: 8952219.

HSL color Cylindrical-coordinate representation of color #9B9988: hue angle of 53.68º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B9988 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB155153136-
CMYK00.010.120.39
HSL53.68º8.68%57.06%-
HSV(B)53.68º12.26%60.78%-
XYZ29.3531.5327.83-
YUV151.66119.16130.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=34.91%
G=34.46%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515313600.010.120.3953.688.6857.06
Hex9B998801C2736939
Octal233231210011447661171
Binary1001101110011001100010000111001001111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9988; }

 p { color: rgb(155,153,136); }

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

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

 a { background-color: rgb(155,153,136); }

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

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

 span { border-color: rgb(155,153,136); }

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