Shades of Patina #699C83
Tints of Patina #699C83
RGB
CMYK
RGB Variations
Color information
#699C83 (or 0x699C83) is known color: Patina. HEX triplet: 69, 9C and 83. RGB value is (105,156,131). Sum of RGB (Red+Green+Blue) = 105+156+131=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #699C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699C83 is #96637C. Grayscale: #898989. Windows color (decimal): -9855869 or 8625257. OLE color: 8625257.
HSL color Cylindrical-coordinate representation of color #699C83: hue angle of 150.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699C83 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 131 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.39 |
| HSL | 150.59º | 0.2% | 0.51% | - |
| HSV(B) | 150.59º | 0.33% | 0.61% | - |
| XYZ | 21.81 | 28.42 | 25.81 | - |
| YUV | 137.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 131 | 0.33 | 0 | 0.16 | 0.39 | 150.59 | 0.2 | 0.51 |
| Hex | 69 | 9C | 83 | 21 | 0 | 10 | 27 | 97 | 14 | 33 |
| Octal | 151 | 234 | 203 | 41 | 0 | 20 | 47 | 227 | 24 | 63 |
| Binary | 1101001 | 10011100 | 10000011 | 100001 | 0 | 10000 | 100111 | 10010111 | 10100 | 110011 |
Color Harmonies of #699C83
Complementary color
Monochromatic Colors of #699C83
Black with #699C83
Text Example
Text Example
White with #699C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C83; }
p { color: rgb(105,156,131); }
H1.HeaderClassName
{
color: #699C83;
}
.AnyTagClassName
{
color: #699C83;
}
</style>
background-color css
<style>
a { background-color: #699C83; }
a { background-color: rgb(105,156,131); }
div.DivClassName
{
background-color: #699C83;
}
.BgClassName
{
background-color: #699C83;
}
</style>
border-color css
<style>
span { border-color: #699C83; }
span { border-color: rgb(105,156,131); }
td.TdClassName
{
border-color: #699C83;
}
.TagClassName
{
border-color: #699C83;
}
</style>