Shades of Schooner #928374
Tints of Schooner #928374
RGB
CMYK
RGB Variations
Color information
#928374 (or 0x928374) is known color: Schooner. HEX triplet: 92, 83 and 74. RGB value is (146,131,116). Sum of RGB (Red+Green+Blue) = 146+131+116=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #928374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928374 is #6D7C8B. Grayscale: #858585. Windows color (decimal): -7175308 or 7635858. OLE color: 7635858.
HSL color Cylindrical-coordinate representation of color #928374: hue angle of 30º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #928374 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 116 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.43 |
| HSL | 30º | 0.12% | 0.51% | - |
| HSV(B) | 30º | 0.21% | 0.57% | - |
| XYZ | 23.12 | 23.6 | 19.86 | - |
| YUV | 133.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 116 | 0 | 0.10 | 0.21 | 0.43 | 30 | 0.12 | 0.51 |
| Hex | 92 | 83 | 74 | 0 | A | 15 | 2B | 1E | C | 33 |
| Octal | 222 | 203 | 164 | 0 | 12 | 25 | 53 | 36 | 14 | 63 |
| Binary | 10010010 | 10000011 | 1110100 | 0 | 1010 | 10101 | 101011 | 11110 | 1100 | 110011 |
Color Harmonies of #928374
Complementary color
Monochromatic Colors of #928374
Black with #928374
Text Example
Text Example
White with #928374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928374; }
p { color: rgb(146,131,116); }
H1.HeaderClassName
{
color: #928374;
}
.AnyTagClassName
{
color: #928374;
}
</style>
background-color css
<style>
a { background-color: #928374; }
a { background-color: rgb(146,131,116); }
div.DivClassName
{
background-color: #928374;
}
.BgClassName
{
background-color: #928374;
}
</style>
border-color css
<style>
span { border-color: #928374; }
span { border-color: rgb(146,131,116); }
td.TdClassName
{
border-color: #928374;
}
.TagClassName
{
border-color: #928374;
}
</style>