Html Css Color HEX #9B998F Dawn

📋 copy color: '#9B998F'

red 155 ◦ green 153 ◦ blue 143

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

Shades of Dawn #9B998F

Tints of Dawn #9B998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 34.37%
G = 33.92%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B998F (or 0x9B998F) is known color: Dawn. HEX triplet: 9B, 99 and 8F. RGB value is (155,153,143). Sum of RGB (Red+Green+Blue) = 155+153+143=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 155 - color contains mainly: red. Hex color #9B998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B998F is #646670. Grayscale: #989898. Windows color (decimal): -6579825 or 9410971. OLE color: 9410971.

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

Color convert

RGB 155 153 143 -
CMYK 0 0.01 0.08 0.39
HSL 50º 0.06% 0.58% -
HSV(B) 50º 0.08% 0.61% -
XYZ 29.87 31.73 30.54 -
YUV 152.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 155 153 143 0 0.01 0.08 0.39 50 0.06 0.58
Hex 9B 99 8F 0 1 8 27 32 6 3A
Octal 233 231 217 0 1 10 47 62 6 72
Binary 10011011 10011001 10001111 0 1 1000 100111 110010 110 111010

Color Harmonies of #9B998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B998F

Black with #9B998F

Text Example


Text Example

White with #9B998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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