Html Css Color HEX #9B988E Dawn

📋 copy color: '#9B988E'

red 155 ◦ green 152 ◦ blue 142

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

Shades of Dawn #9B988E

Tints of Dawn #9B988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.85%

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 34.52%
G = 33.85%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B988E (or 0x9B988E) is known color: Dawn. HEX triplet: 9B, 98 and 8E. RGB value is (155,152,142). Sum of RGB (Red+Green+Blue) = 155+152+142=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B988E is #646771. Grayscale: #979797. Windows color (decimal): -6580082 or 9345179. OLE color: 9345179.

HSL color Cylindrical-coordinate representation of color #9B988E: hue angle of 46.15º 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 #9B988E is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 152 142 -
CMYK 0 0.02 0.08 0.39
HSL 46.15º 0.06% 0.58% -
HSV(B) 46.15º 0.08% 0.61% -
XYZ 29.63 31.38 30.09 -
YUV 151.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 155 152 142 0 0.02 0.08 0.39 46.15 0.06 0.58
Hex 9B 98 8E 0 2 8 27 2E 6 3A
Octal 233 230 216 0 2 10 47 56 6 72
Binary 10011011 10011000 10001110 0 10 1000 100111 101110 110 111010

Color Harmonies of #9B988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B988E

Black with #9B988E

Text Example


Text Example

White with #9B988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,152,142); }

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

background-color css

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

 a { background-color: rgb(155,152,142); }

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

border-color css

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

 span { border-color: rgb(155,152,142); }

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