Shades of Schooner #948875
Tints of Schooner #948875
RGB
CMYK
RGB Variations
Color information
#948875 (or 0x948875) is known color: Schooner. HEX triplet: 94, 88 and 75. RGB value is (148,136,117). Sum of RGB (Red+Green+Blue) = 148+136+117=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948875 is #6B778A. Grayscale: #898989. Windows color (decimal): -7042955 or 7702676. OLE color: 7702676.
HSL color Cylindrical-coordinate representation of color #948875: hue angle of 36.77º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948875 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 117 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.42 |
| HSL | 36.77º | 0.13% | 0.52% | - |
| HSV(B) | 36.77º | 0.21% | 0.58% | - |
| XYZ | 24.23 | 25.19 | 20.41 | - |
| YUV | 137.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 117 | 0 | 0.08 | 0.21 | 0.42 | 36.77 | 0.13 | 0.52 |
| Hex | 94 | 88 | 75 | 0 | 8 | 15 | 2A | 25 | D | 34 |
| Octal | 224 | 210 | 165 | 0 | 10 | 25 | 52 | 45 | 15 | 64 |
| Binary | 10010100 | 10001000 | 1110101 | 0 | 1000 | 10101 | 101010 | 100101 | 1101 | 110100 |
Color Harmonies of #948875
Complementary color
Monochromatic Colors of #948875
Black with #948875
Text Example
Text Example
White with #948875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948875; }
p { color: rgb(148,136,117); }
H1.HeaderClassName
{
color: #948875;
}
.AnyTagClassName
{
color: #948875;
}
</style>
background-color css
<style>
a { background-color: #948875; }
a { background-color: rgb(148,136,117); }
div.DivClassName
{
background-color: #948875;
}
.BgClassName
{
background-color: #948875;
}
</style>
border-color css
<style>
span { border-color: #948875; }
span { border-color: rgb(148,136,117); }
td.TdClassName
{
border-color: #948875;
}
.TagClassName
{
border-color: #948875;
}
</style>