Html Css Color HEX #9B9991 Dawn

📋 copy color: '#9B9991'

red 155 ◦ green 153 ◦ blue 145

#9B9991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn #9B9991

Tints of Dawn #9B9991

RGB

 RED value IS 155 (60.94% from 255) = 34.22%

 GREEN value IS 153 (60.16% from 255) = 33.77%

 BLUE value IS 145 (57.03% from 255) = 32.01%

R = 34.22%
G = 33.77%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B9991 (or 0x9B9991) is known color: Dawn. HEX triplet: 9B, 99 and 91. RGB value is (155,153,145). Sum of RGB (Red+Green+Blue) = 155+153+145=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9991 is #64666E. Grayscale: #989898. Windows color (decimal): -6579823 or 9542043. OLE color: 9542043.

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

Color convert

RGB 155 153 145 -
CMYK 0 0.01 0.06 0.39
HSL 48º 0.05% 0.59% -
HSV(B) 48º 0.06% 0.61% -
XYZ 30.02 31.8 31.34 -
YUV 152.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 155 153 145 0 0.01 0.06 0.39 48 0.05 0.59
Hex 9B 99 91 0 1 6 27 30 5 3B
Octal 233 231 221 0 1 6 47 60 5 73
Binary 10011011 10011001 10010001 0 1 110 100111 110000 101 111011

Color Harmonies of #9B9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9991

Black with #9B9991

Text Example


Text Example

White with #9B9991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B9991;
 }
 .AnyTagClassName
 {
   color: #9B9991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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