Html Css Color HEX #9F9E8B Dawn

📋 copy color: '#9F9E8B'

red 159 ◦ green 158 ◦ blue 139

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

Shades of Dawn #9F9E8B

Tints of Dawn #9F9E8B

RGB

 RED value IS 159 (62.5% from 255) = 34.87%

 GREEN value IS 158 (62.11% from 255) = 34.65%

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

R = 34.87%
G = 34.65%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F9E8B (or 0x9F9E8B) is known color: Dawn. HEX triplet: 9F, 9E and 8B. RGB value is (159,158,139). Sum of RGB (Red+Green+Blue) = 159+158+139=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E8B is #606174. Grayscale: #9C9C9C. Windows color (decimal): -6316405 or 9150111. OLE color: 9150111.

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

Color convert

RGB 159 158 139 -
CMYK 0 0.01 0.13 0.38
HSL 57º 0.09% 0.58% -
HSV(B) 57º 0.13% 0.62% -
XYZ 31.19 33.69 29.29 -
YUV 156.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 159 158 139 0 0.01 0.13 0.38 57 0.09 0.58
Hex 9F 9E 8B 0 1 D 26 39 9 3A
Octal 237 236 213 0 1 15 46 71 11 72
Binary 10011111 10011110 10001011 0 1 1101 100110 111001 1001 111010

Color Harmonies of #9F9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9E8B

Black with #9F9E8B

Text Example


Text Example

White with #9F9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,158,139); }

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

background-color css

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

 a { background-color: rgb(159,158,139); }

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

border-color css

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

 span { border-color: rgb(159,158,139); }

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