Shades of Clay Creek #968A50
Tints of Clay Creek #968A50
RGB
CMYK
RGB Variations
Color information
#968A50 (or 0x968A50) is known color: Clay Creek. HEX triplet: 96, 8A and 50. RGB value is (150,138,80). Sum of RGB (Red+Green+Blue) = 150+138+80=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A50 is #6975AF. Grayscale: #878787. Windows color (decimal): -6911408 or 5278358. OLE color: 5278358.
HSL color Cylindrical-coordinate representation of color #968A50: hue angle of 49.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #968A50 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 80 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.41 |
| HSL | 49.71º | 0.3% | 0.45% | - |
| HSV(B) | 49.71º | 0.47% | 0.59% | - |
| XYZ | 23.11 | 25.24 | 11.24 | - |
| YUV | 134.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 80 | 0 | 0.08 | 0.47 | 0.41 | 49.71 | 0.3 | 0.45 |
| Hex | 96 | 8A | 50 | 0 | 8 | 2F | 29 | 32 | 1E | 2D |
| Octal | 226 | 212 | 120 | 0 | 10 | 57 | 51 | 62 | 36 | 55 |
| Binary | 10010110 | 10001010 | 1010000 | 0 | 1000 | 101111 | 101001 | 110010 | 11110 | 101101 |
Color Harmonies of #968A50
Complementary color
Monochromatic Colors of #968A50
Black with #968A50
Text Example
Text Example
White with #968A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A50; }
p { color: rgb(150,138,80); }
H1.HeaderClassName
{
color: #968A50;
}
.AnyTagClassName
{
color: #968A50;
}
</style>
background-color css
<style>
a { background-color: #968A50; }
a { background-color: rgb(150,138,80); }
div.DivClassName
{
background-color: #968A50;
}
.BgClassName
{
background-color: #968A50;
}
</style>
border-color css
<style>
span { border-color: #968A50; }
span { border-color: rgb(150,138,80); }
td.TdClassName
{
border-color: #968A50;
}
.TagClassName
{
border-color: #968A50;
}
</style>