Shades of Sunglo #C6695D
Tints of Sunglo #C6695D
RGB
CMYK
RGB Variations
Color information
#C6695D (or 0xC6695D) is known color: Sunglo. HEX triplet: C6, 69 and 5D. RGB value is (198,105,93). Sum of RGB (Red+Green+Blue) = 198+105+93=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6695D is #3996A2. Grayscale: #838383. Windows color (decimal): -3774115 or 6121926. OLE color: 6121926.
HSL color Cylindrical-coordinate representation of color #C6695D: hue angle of 6.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6695D is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 93 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.22 |
| HSL | 6.86º | 0.48% | 0.57% | - |
| HSV(B) | 6.86º | 0.53% | 0.78% | - |
| XYZ | 30.32 | 22.9 | 13.18 | - |
| YUV | 131.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 93 | 0 | 0.47 | 0.53 | 0.22 | 6.86 | 0.48 | 0.57 |
| Hex | C6 | 69 | 5D | 0 | 2F | 35 | 16 | 7 | 30 | 39 |
| Octal | 306 | 151 | 135 | 0 | 57 | 65 | 26 | 7 | 60 | 71 |
| Binary | 11000110 | 1101001 | 1011101 | 0 | 101111 | 110101 | 10110 | 111 | 110000 | 111001 |
Color Harmonies of #C6695D
Complementary color
Monochromatic Colors of #C6695D
Black with #C6695D
Text Example
Text Example
White with #C6695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6695D; }
p { color: rgb(198,105,93); }
H1.HeaderClassName
{
color: #C6695D;
}
.AnyTagClassName
{
color: #C6695D;
}
</style>
background-color css
<style>
a { background-color: #C6695D; }
a { background-color: rgb(198,105,93); }
div.DivClassName
{
background-color: #C6695D;
}
.BgClassName
{
background-color: #C6695D;
}
</style>
border-color css
<style>
span { border-color: #C6695D; }
span { border-color: rgb(198,105,93); }
td.TdClassName
{
border-color: #C6695D;
}
.TagClassName
{
border-color: #C6695D;
}
</style>