Html Css Color HEX #9B988A Dawn

📋 copy color: '#9B988A'

red 155 ◦ green 152 ◦ blue 138

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

Shades of Dawn #9B988A

Tints of Dawn #9B988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 34.83%
G = 34.16%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B988A (or 0x9B988A) is known color: Dawn. HEX triplet: 9B, 98 and 8A. RGB value is (155,152,138). Sum of RGB (Red+Green+Blue) = 155+152+138=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 155 - color contains mainly: red. Hex color #9B988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B988A is #646775. Grayscale: #979797. Windows color (decimal): -6580086 or 9083035. OLE color: 9083035.

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

Color convert

RGB 155 152 138 -
CMYK 0 0.02 0.11 0.39
HSL 49.41º 0.08% 0.57% -
HSV(B) 49.41º 0.11% 0.61% -
XYZ 29.33 31.26 28.53 -
YUV 151.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 155 152 138 0 0.02 0.11 0.39 49.41 0.08 0.57
Hex 9B 98 8A 0 2 B 27 31 8 39
Octal 233 230 212 0 2 13 47 61 10 71
Binary 10011011 10011000 10001010 0 10 1011 100111 110001 1000 111001

Color Harmonies of #9B988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B988A

Black with #9B988A

Text Example


Text Example

White with #9B988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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