Shades of Dawn #91908B
Tints of Dawn #91908B
RGB
CMYK
RGB Variations
Color information
#91908B (or 0x91908B) is known color: Dawn. HEX triplet: 91, 90 and 8B. RGB value is (145,144,139). Sum of RGB (Red+Green+Blue) = 145+144+139=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 145 - color contains mainly: red. Hex color #91908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91908B is #6E6F74. Grayscale: #8F8F8F. Windows color (decimal): -7237493 or 9146513. OLE color: 9146513.
HSL color Cylindrical-coordinate representation of color #91908B: hue angle of 50º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #91908B is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 144 | 139 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.43 |
| HSL | 50º | 0.03% | 0.56% | - |
| HSV(B) | 50º | 0.04% | 0.57% | - |
| XYZ | 26.31 | 27.83 | 28.41 | - |
| YUV | 143.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 139 | 0 | 0.01 | 0.04 | 0.43 | 50 | 0.03 | 0.56 |
| Hex | 91 | 90 | 8B | 0 | 1 | 4 | 2B | 32 | 3 | 38 |
| Octal | 221 | 220 | 213 | 0 | 1 | 4 | 53 | 62 | 3 | 70 |
| Binary | 10010001 | 10010000 | 10001011 | 0 | 1 | 100 | 101011 | 110010 | 11 | 111000 |
Color Harmonies of #91908B
Complementary color
Monochromatic Colors of #91908B
Black with #91908B
Text Example
Text Example
White with #91908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91908B; }
p { color: rgb(145,144,139); }
H1.HeaderClassName
{
color: #91908B;
}
.AnyTagClassName
{
color: #91908B;
}
</style>
background-color css
<style>
a { background-color: #91908B; }
a { background-color: rgb(145,144,139); }
div.DivClassName
{
background-color: #91908B;
}
.BgClassName
{
background-color: #91908B;
}
</style>
border-color css
<style>
span { border-color: #91908B; }
span { border-color: rgb(145,144,139); }
td.TdClassName
{
border-color: #91908B;
}
.TagClassName
{
border-color: #91908B;
}
</style>