Shades of Patina #6B9282
Tints of Patina #6B9282
RGB
CMYK
RGB Variations
Color information
#6B9282 (or 0x6B9282) is known color: Patina. HEX triplet: 6B, 92 and 82. RGB value is (107,146,130). Sum of RGB (Red+Green+Blue) = 107+146+130=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9282 is #946D7D. Grayscale: #848484. Windows color (decimal): -9727358 or 8557163. OLE color: 8557163.
HSL color Cylindrical-coordinate representation of color #6B9282: hue angle of 155.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B9282 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 130 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.43 |
| HSL | 155.38º | 0.15% | 0.5% | - |
| HSV(B) | 155.38º | 0.27% | 0.57% | - |
| XYZ | 20.37 | 25.3 | 24.93 | - |
| YUV | 132.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 130 | 0.27 | 0 | 0.11 | 0.43 | 155.38 | 0.15 | 0.5 |
| Hex | 6B | 92 | 82 | 1B | 0 | B | 2B | 9B | F | 32 |
| Octal | 153 | 222 | 202 | 33 | 0 | 13 | 53 | 233 | 17 | 62 |
| Binary | 1101011 | 10010010 | 10000010 | 11011 | 0 | 1011 | 101011 | 10011011 | 1111 | 110010 |
Color Harmonies of #6B9282
Complementary color
Monochromatic Colors of #6B9282
Black with #6B9282
Text Example
Text Example
White with #6B9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9282; }
p { color: rgb(107,146,130); }
H1.HeaderClassName
{
color: #6B9282;
}
.AnyTagClassName
{
color: #6B9282;
}
</style>
background-color css
<style>
a { background-color: #6B9282; }
a { background-color: rgb(107,146,130); }
div.DivClassName
{
background-color: #6B9282;
}
.BgClassName
{
background-color: #6B9282;
}
</style>
border-color css
<style>
span { border-color: #6B9282; }
span { border-color: rgb(107,146,130); }
td.TdClassName
{
border-color: #6B9282;
}
.TagClassName
{
border-color: #6B9282;
}
</style>