Shades of Patina #6B9083
Tints of Patina #6B9083
RGB
CMYK
RGB Variations
Color information
#6B9083 (or 0x6B9083) is known color: Patina. HEX triplet: 6B, 90 and 83. RGB value is (107,144,131). Sum of RGB (Red+Green+Blue) = 107+144+131=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9083 is #946F7C. Grayscale: #838383. Windows color (decimal): -9727869 or 8622187. OLE color: 8622187.
HSL color Cylindrical-coordinate representation of color #6B9083: hue angle of 158.92º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B9083 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 144 | 131 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.44 |
| HSL | 158.92º | 0.15% | 0.49% | - |
| HSV(B) | 158.92º | 0.26% | 0.56% | - |
| XYZ | 20.13 | 24.71 | 25.18 | - |
| YUV | 131.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 131 | 0.26 | 0 | 0.09 | 0.44 | 158.92 | 0.15 | 0.49 |
| Hex | 6B | 90 | 83 | 1A | 0 | 9 | 2C | 9F | F | 31 |
| Octal | 153 | 220 | 203 | 32 | 0 | 11 | 54 | 237 | 17 | 61 |
| Binary | 1101011 | 10010000 | 10000011 | 11010 | 0 | 1001 | 101100 | 10011111 | 1111 | 110001 |
Color Harmonies of #6B9083
Complementary color
Monochromatic Colors of #6B9083
Black with #6B9083
Text Example
Text Example
White with #6B9083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9083; }
p { color: rgb(107,144,131); }
H1.HeaderClassName
{
color: #6B9083;
}
.AnyTagClassName
{
color: #6B9083;
}
</style>
background-color css
<style>
a { background-color: #6B9083; }
a { background-color: rgb(107,144,131); }
div.DivClassName
{
background-color: #6B9083;
}
.BgClassName
{
background-color: #6B9083;
}
</style>
border-color css
<style>
span { border-color: #6B9083; }
span { border-color: rgb(107,144,131); }
td.TdClassName
{
border-color: #6B9083;
}
.TagClassName
{
border-color: #6B9083;
}
</style>