Shades of Clay Creek #968450
Tints of Clay Creek #968450
RGB
CMYK
RGB Variations
Color information
#968450 (or 0x968450) is known color: Clay Creek. HEX triplet: 96, 84 and 50. RGB value is (150,132,80). Sum of RGB (Red+Green+Blue) = 150+132+80=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #968450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968450 is #697BAF. Grayscale: #838383. Windows color (decimal): -6912944 or 5276822. OLE color: 5276822.
HSL color Cylindrical-coordinate representation of color #968450: hue angle of 44.57º 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 #968450 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 80 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.41 |
| HSL | 44.57º | 0.3% | 0.45% | - |
| HSV(B) | 44.57º | 0.47% | 0.59% | - |
| XYZ | 22.28 | 23.57 | 10.96 | - |
| YUV | 131.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 80 | 0 | 0.12 | 0.47 | 0.41 | 44.57 | 0.3 | 0.45 |
| Hex | 96 | 84 | 50 | 0 | C | 2F | 29 | 2D | 1E | 2D |
| Octal | 226 | 204 | 120 | 0 | 14 | 57 | 51 | 55 | 36 | 55 |
| Binary | 10010110 | 10000100 | 1010000 | 0 | 1100 | 101111 | 101001 | 101101 | 11110 | 101101 |
Color Harmonies of #968450
Complementary color
Monochromatic Colors of #968450
Black with #968450
Text Example
Text Example
White with #968450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968450; }
p { color: rgb(150,132,80); }
H1.HeaderClassName
{
color: #968450;
}
.AnyTagClassName
{
color: #968450;
}
</style>
background-color css
<style>
a { background-color: #968450; }
a { background-color: rgb(150,132,80); }
div.DivClassName
{
background-color: #968450;
}
.BgClassName
{
background-color: #968450;
}
</style>
border-color css
<style>
span { border-color: #968450; }
span { border-color: rgb(150,132,80); }
td.TdClassName
{
border-color: #968450;
}
.TagClassName
{
border-color: #968450;
}
</style>