Shades of Japonica #C6735D
Tints of Japonica #C6735D
RGB
CMYK
RGB Variations
Color information
#C6735D (or 0xC6735D) is known color: Japonica. HEX triplet: C6, 73 and 5D. RGB value is (198,115,93). Sum of RGB (Red+Green+Blue) = 198+115+93=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6735D is #398CA2. Grayscale: #898989. Windows color (decimal): -3771555 or 6124486. OLE color: 6124486.
HSL color Cylindrical-coordinate representation of color #C6735D: hue angle of 12.57º 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 #C6735D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 93 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.22 |
| HSL | 12.57º | 0.48% | 0.57% | - |
| HSV(B) | 12.57º | 0.53% | 0.78% | - |
| XYZ | 31.4 | 25.06 | 13.54 | - |
| YUV | 137.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 93 | 0 | 0.42 | 0.53 | 0.22 | 12.57 | 0.48 | 0.57 |
| Hex | C6 | 73 | 5D | 0 | 2A | 35 | 16 | D | 30 | 39 |
| Octal | 306 | 163 | 135 | 0 | 52 | 65 | 26 | 15 | 60 | 71 |
| Binary | 11000110 | 1110011 | 1011101 | 0 | 101010 | 110101 | 10110 | 1101 | 110000 | 111001 |
Color Harmonies of #C6735D
Complementary color
Monochromatic Colors of #C6735D
Black with #C6735D
Text Example
Text Example
White with #C6735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6735D; }
p { color: rgb(198,115,93); }
H1.HeaderClassName
{
color: #C6735D;
}
.AnyTagClassName
{
color: #C6735D;
}
</style>
background-color css
<style>
a { background-color: #C6735D; }
a { background-color: rgb(198,115,93); }
div.DivClassName
{
background-color: #C6735D;
}
.BgClassName
{
background-color: #C6735D;
}
</style>
border-color css
<style>
span { border-color: #C6735D; }
span { border-color: rgb(198,115,93); }
td.TdClassName
{
border-color: #C6735D;
}
.TagClassName
{
border-color: #C6735D;
}
</style>