Shades of Patina #6C9382
Tints of Patina #6C9382
RGB
CMYK
RGB Variations
Color information
#6C9382 (or 0x6C9382) is known color: Patina. HEX triplet: 6C, 93 and 82. RGB value is (108,147,130). Sum of RGB (Red+Green+Blue) = 108+147+130=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9382 is #936C7D. Grayscale: #858585. Windows color (decimal): -9661566 or 8557420. OLE color: 8557420.
HSL color Cylindrical-coordinate representation of color #6C9382: hue angle of 153.85º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C9382 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 147 | 130 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.42 |
| HSL | 153.85º | 0.15% | 0.5% | - |
| HSV(B) | 153.85º | 0.27% | 0.58% | - |
| XYZ | 20.65 | 25.67 | 24.99 | - |
| YUV | 133.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 130 | 0.27 | 0 | 0.12 | 0.42 | 153.85 | 0.15 | 0.5 |
| Hex | 6C | 93 | 82 | 1B | 0 | C | 2A | 9A | F | 32 |
| Octal | 154 | 223 | 202 | 33 | 0 | 14 | 52 | 232 | 17 | 62 |
| Binary | 1101100 | 10010011 | 10000010 | 11011 | 0 | 1100 | 101010 | 10011010 | 1111 | 110010 |
Color Harmonies of #6C9382
Complementary color
Monochromatic Colors of #6C9382
Black with #6C9382
Text Example
Text Example
White with #6C9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9382; }
p { color: rgb(108,147,130); }
H1.HeaderClassName
{
color: #6C9382;
}
.AnyTagClassName
{
color: #6C9382;
}
</style>
background-color css
<style>
a { background-color: #6C9382; }
a { background-color: rgb(108,147,130); }
div.DivClassName
{
background-color: #6C9382;
}
.BgClassName
{
background-color: #6C9382;
}
</style>
border-color css
<style>
span { border-color: #6C9382; }
span { border-color: rgb(108,147,130); }
td.TdClassName
{
border-color: #6C9382;
}
.TagClassName
{
border-color: #6C9382;
}
</style>