Shades of Japonica #C67661
Tints of Japonica #C67661
RGB
CMYK
RGB Variations
Color information
#C67661 (or 0xC67661) is known color: Japonica. HEX triplet: C6, 76 and 61. RGB value is (198,118,97). Sum of RGB (Red+Green+Blue) = 198+118+97=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C67661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67661 is #39899E. Grayscale: #8B8B8B. Windows color (decimal): -3770783 or 6387398. OLE color: 6387398.
HSL color Cylindrical-coordinate representation of color #C67661: hue angle of 12.48º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67661 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 97 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.22 |
| HSL | 12.48º | 0.47% | 0.58% | - |
| HSV(B) | 12.48º | 0.51% | 0.78% | - |
| XYZ | 31.92 | 25.83 | 14.61 | - |
| YUV | 139.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 97 | 0 | 0.40 | 0.51 | 0.22 | 12.48 | 0.47 | 0.58 |
| Hex | C6 | 76 | 61 | 0 | 28 | 33 | 16 | C | 2F | 3A |
| Octal | 306 | 166 | 141 | 0 | 50 | 63 | 26 | 14 | 57 | 72 |
| Binary | 11000110 | 1110110 | 1100001 | 0 | 101000 | 110011 | 10110 | 1100 | 101111 | 111010 |
Color Harmonies of #C67661
Complementary color
Monochromatic Colors of #C67661
Black with #C67661
Text Example
Text Example
White with #C67661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67661; }
p { color: rgb(198,118,97); }
H1.HeaderClassName
{
color: #C67661;
}
.AnyTagClassName
{
color: #C67661;
}
</style>
background-color css
<style>
a { background-color: #C67661; }
a { background-color: rgb(198,118,97); }
div.DivClassName
{
background-color: #C67661;
}
.BgClassName
{
background-color: #C67661;
}
</style>
border-color css
<style>
span { border-color: #C67661; }
span { border-color: rgb(198,118,97); }
td.TdClassName
{
border-color: #C67661;
}
.TagClassName
{
border-color: #C67661;
}
</style>