Shades of Japonica #D6755B
Tints of Japonica #D6755B
RGB
CMYK
RGB Variations
Color information
#D6755B (or 0xD6755B) is known color: Japonica. HEX triplet: D6, 75 and 5B. RGB value is (214,117,91). Sum of RGB (Red+Green+Blue) = 214+117+91=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6755B is #298AA4. Grayscale: #8F8F8F. Windows color (decimal): -2722469 or 5993942. OLE color: 5993942.
HSL color Cylindrical-coordinate representation of color #D6755B: hue angle of 12.68º 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 #D6755B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 91 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.16 |
| HSL | 12.68º | 0.6% | 0.6% | - |
| HSV(B) | 12.68º | 0.57% | 0.84% | - |
| XYZ | 35.98 | 27.77 | 13.36 | - |
| YUV | 143.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 91 | 0 | 0.45 | 0.57 | 0.16 | 12.68 | 0.6 | 0.6 |
| Hex | D6 | 75 | 5B | 0 | 2D | 39 | 10 | D | 3C | 3C |
| Octal | 326 | 165 | 133 | 0 | 55 | 71 | 20 | 15 | 74 | 74 |
| Binary | 11010110 | 1110101 | 1011011 | 0 | 101101 | 111001 | 10000 | 1101 | 111100 | 111100 |
Color Harmonies of #D6755B
Complementary color
Monochromatic Colors of #D6755B
Black with #D6755B
Text Example
Text Example
White with #D6755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6755B; }
p { color: rgb(214,117,91); }
H1.HeaderClassName
{
color: #D6755B;
}
.AnyTagClassName
{
color: #D6755B;
}
</style>
background-color css
<style>
a { background-color: #D6755B; }
a { background-color: rgb(214,117,91); }
div.DivClassName
{
background-color: #D6755B;
}
.BgClassName
{
background-color: #D6755B;
}
</style>
border-color css
<style>
span { border-color: #D6755B; }
span { border-color: rgb(214,117,91); }
td.TdClassName
{
border-color: #D6755B;
}
.TagClassName
{
border-color: #D6755B;
}
</style>