Html Css Color HEX #9B9992 Dawn

📋 copy color: '#9B9992'

red 155 ◦ green 153 ◦ blue 146

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

Shades of Dawn #9B9992

Tints of Dawn #9B9992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.16%

R = 34.14%
G = 33.7%
B = 32.16%

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

#9B9992 (or 0x9B9992) is known color: Dawn. HEX triplet: 9B, 99 and 92. RGB value is (155,153,146). Sum of RGB (Red+Green+Blue) = 155+153+146=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9992 is #64666D. Grayscale: #989898. Windows color (decimal): -6579822 or 9607579. OLE color: 9607579.

HSL color Cylindrical-coordinate representation of color #9B9992: hue angle of 46.67º degrees, saturation: 0.04, 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 #9B9992 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 153 146 -
CMYK 0 0.01 0.06 0.39
HSL 46.67º 0.04% 0.59% -
HSV(B) 46.67º 0.06% 0.61% -
XYZ 30.1 31.83 31.75 -
YUV 152.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 155 153 146 0 0.01 0.06 0.39 46.67 0.04 0.59
Hex 9B 99 92 0 1 6 27 2F 4 3B
Octal 233 231 222 0 1 6 47 57 4 73
Binary 10011011 10011001 10010010 0 1 110 100111 101111 100 111011

Color Harmonies of #9B9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9992

Black with #9B9992

Text Example


Text Example

White with #9B9992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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