Html Css Color HEX #9B998D Dawn

📋 copy color: '#9B998D'

red 155 ◦ green 153 ◦ blue 141

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

Shades of Dawn #9B998D

Tints of Dawn #9B998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 34.52%
G = 34.08%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B998D (or 0x9B998D) is known color: Dawn. HEX triplet: 9B, 99 and 8D. RGB value is (155,153,141). Sum of RGB (Red+Green+Blue) = 155+153+141=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B998D is #646672. Grayscale: #989898. Windows color (decimal): -6579827 or 9279899. OLE color: 9279899.

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

Color convert

RGB 155 153 141 -
CMYK 0 0.01 0.09 0.39
HSL 51.43º 0.07% 0.58% -
HSV(B) 51.43º 0.09% 0.61% -
XYZ 29.72 31.67 29.75 -
YUV 152.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 155 153 141 0 0.01 0.09 0.39 51.43 0.07 0.58
Hex 9B 99 8D 0 1 9 27 33 7 3A
Octal 233 231 215 0 1 11 47 63 7 72
Binary 10011011 10011001 10001101 0 1 1001 100111 110011 111 111010

Color Harmonies of #9B998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B998D

Black with #9B998D

Text Example


Text Example

White with #9B998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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