Shades of Patina #6C9B83
Tints of Patina #6C9B83
RGB
CMYK
RGB Variations
Color information
#6C9B83 (or 0x6C9B83) is known color: Patina. HEX triplet: 6C, 9B and 83. RGB value is (108,155,131). Sum of RGB (Red+Green+Blue) = 108+155+131=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9B83 is #93647C. Grayscale: #8A8A8A. Windows color (decimal): -9659517 or 8625004. OLE color: 8625004.
HSL color Cylindrical-coordinate representation of color #6C9B83: hue angle of 149.36º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9B83 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 155 | 131 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.39 |
| HSL | 149.36º | 0.19% | 0.52% | - |
| HSV(B) | 149.36º | 0.3% | 0.61% | - |
| XYZ | 22 | 28.27 | 25.77 | - |
| YUV | 138.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 155 | 131 | 0.30 | 0 | 0.15 | 0.39 | 149.36 | 0.19 | 0.52 |
| Hex | 6C | 9B | 83 | 1E | 0 | F | 27 | 95 | 13 | 34 |
| Octal | 154 | 233 | 203 | 36 | 0 | 17 | 47 | 225 | 23 | 64 |
| Binary | 1101100 | 10011011 | 10000011 | 11110 | 0 | 1111 | 100111 | 10010101 | 10011 | 110100 |
Color Harmonies of #6C9B83
Complementary color
Monochromatic Colors of #6C9B83
Black with #6C9B83
Text Example
Text Example
White with #6C9B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9B83; }
p { color: rgb(108,155,131); }
H1.HeaderClassName
{
color: #6C9B83;
}
.AnyTagClassName
{
color: #6C9B83;
}
</style>
background-color css
<style>
a { background-color: #6C9B83; }
a { background-color: rgb(108,155,131); }
div.DivClassName
{
background-color: #6C9B83;
}
.BgClassName
{
background-color: #6C9B83;
}
</style>
border-color css
<style>
span { border-color: #6C9B83; }
span { border-color: rgb(108,155,131); }
td.TdClassName
{
border-color: #6C9B83;
}
.TagClassName
{
border-color: #6C9B83;
}
</style>