Html Css Color HEX #9F9B8B Dawn

📋 copy color: '#9F9B8B'

red 159 ◦ green 155 ◦ blue 139

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

Shades of Dawn #9F9B8B

Tints of Dawn #9F9B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.22%

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

R = 35.1%
G = 34.22%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F9B8B (or 0x9F9B8B) is known color: Dawn. HEX triplet: 9F, 9B and 8B. RGB value is (159,155,139). Sum of RGB (Red+Green+Blue) = 159+155+139=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9B8B is #606474. Grayscale: #9A9A9A. Windows color (decimal): -6317173 or 9149343. OLE color: 9149343.

HSL color Cylindrical-coordinate representation of color #9F9B8B: hue angle of 48º 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 #9F9B8B is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 155 139 -
CMYK 0 0.03 0.13 0.38
HSL 48º 0.09% 0.58% -
HSV(B) 48º 0.13% 0.62% -
XYZ 30.68 32.68 29.12 -
YUV 154.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 159 155 139 0 0.03 0.13 0.38 48 0.09 0.58
Hex 9F 9B 8B 0 3 D 26 30 9 3A
Octal 237 233 213 0 3 15 46 60 11 72
Binary 10011111 10011011 10001011 0 11 1101 100110 110000 1001 111010

Color Harmonies of #9F9B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9B8B

Black with #9F9B8B

Text Example


Text Example

White with #9F9B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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