Shades of Japonica #D6735B
Tints of Japonica #D6735B
RGB
CMYK
RGB Variations
Color information
#D6735B (or 0xD6735B) is known color: Japonica. HEX triplet: D6, 73 and 5B. RGB value is (214,115,91). Sum of RGB (Red+Green+Blue) = 214+115+91=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6735B is #298CA4. Grayscale: #8E8E8E. Windows color (decimal): -2722981 or 5993430. OLE color: 5993430.
HSL color Cylindrical-coordinate representation of color #D6735B: hue angle of 11.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6735B is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 91 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.16 |
| HSL | 11.71º | 0.6% | 0.6% | - |
| HSV(B) | 11.71º | 0.57% | 0.84% | - |
| XYZ | 35.75 | 27.31 | 13.29 | - |
| YUV | 141.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 91 | 0 | 0.46 | 0.57 | 0.16 | 11.71 | 0.6 | 0.6 |
| Hex | D6 | 73 | 5B | 0 | 2E | 39 | 10 | C | 3C | 3C |
| Octal | 326 | 163 | 133 | 0 | 56 | 71 | 20 | 14 | 74 | 74 |
| Binary | 11010110 | 1110011 | 1011011 | 0 | 101110 | 111001 | 10000 | 1100 | 111100 | 111100 |
Color Harmonies of #D6735B
Complementary color
Monochromatic Colors of #D6735B
Black with #D6735B
Text Example
Text Example
White with #D6735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6735B; }
p { color: rgb(214,115,91); }
H1.HeaderClassName
{
color: #D6735B;
}
.AnyTagClassName
{
color: #D6735B;
}
</style>
background-color css
<style>
a { background-color: #D6735B; }
a { background-color: rgb(214,115,91); }
div.DivClassName
{
background-color: #D6735B;
}
.BgClassName
{
background-color: #D6735B;
}
</style>
border-color css
<style>
span { border-color: #D6735B; }
span { border-color: rgb(214,115,91); }
td.TdClassName
{
border-color: #D6735B;
}
.TagClassName
{
border-color: #D6735B;
}
</style>