Html Css Color HEX #9B988B Dawn

📋 copy color: '#9B988B'

red 155 ◦ green 152 ◦ blue 139

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

Shades of Dawn #9B988B

Tints of Dawn #9B988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 34.75%
G = 34.08%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B988B (or 0x9B988B) is known color: Dawn. HEX triplet: 9B, 98 and 8B. RGB value is (155,152,139). Sum of RGB (Red+Green+Blue) = 155+152+139=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 155 - color contains mainly: red. Hex color #9B988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B988B is #646774. Grayscale: #979797. Windows color (decimal): -6580085 or 9148571. OLE color: 9148571.

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

Color convert

RGB 155 152 139 -
CMYK 0 0.02 0.10 0.39
HSL 48.75º 0.07% 0.58% -
HSV(B) 48.75º 0.1% 0.61% -
XYZ 29.41 31.29 28.92 -
YUV 151.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 155 152 139 0 0.02 0.10 0.39 48.75 0.07 0.58
Hex 9B 98 8B 0 2 A 27 31 7 3A
Octal 233 230 213 0 2 12 47 61 7 72
Binary 10011011 10011000 10001011 0 10 1010 100111 110001 111 111010

Color Harmonies of #9B988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B988B

Black with #9B988B

Text Example


Text Example

White with #9B988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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