Shades of Clay Creek #908258
Tints of Clay Creek #908258
RGB
CMYK
RGB Variations
Color information
#908258 (or 0x908258) is known color: Clay Creek. HEX triplet: 90, 82 and 58. RGB value is (144,130,88). Sum of RGB (Red+Green+Blue) = 144+130+88=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #908258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908258 is #6F7DA7. Grayscale: #818181. Windows color (decimal): -7306664 or 5800592. OLE color: 5800592.
HSL color Cylindrical-coordinate representation of color #908258: hue angle of 45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #908258 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 88 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.44 |
| HSL | 45º | 0.24% | 0.45% | - |
| HSV(B) | 45º | 0.39% | 0.56% | - |
| XYZ | 21.25 | 22.6 | 12.47 | - |
| YUV | 129.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 88 | 0 | 0.10 | 0.39 | 0.44 | 45 | 0.24 | 0.45 |
| Hex | 90 | 82 | 58 | 0 | A | 27 | 2C | 2D | 18 | 2D |
| Octal | 220 | 202 | 130 | 0 | 12 | 47 | 54 | 55 | 30 | 55 |
| Binary | 10010000 | 10000010 | 1011000 | 0 | 1010 | 100111 | 101100 | 101101 | 11000 | 101101 |
Color Harmonies of #908258
Complementary color
Monochromatic Colors of #908258
Black with #908258
Text Example
Text Example
White with #908258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908258; }
p { color: rgb(144,130,88); }
H1.HeaderClassName
{
color: #908258;
}
.AnyTagClassName
{
color: #908258;
}
</style>
background-color css
<style>
a { background-color: #908258; }
a { background-color: rgb(144,130,88); }
div.DivClassName
{
background-color: #908258;
}
.BgClassName
{
background-color: #908258;
}
</style>
border-color css
<style>
span { border-color: #908258; }
span { border-color: rgb(144,130,88); }
td.TdClassName
{
border-color: #908258;
}
.TagClassName
{
border-color: #908258;
}
</style>