Shades of Cioccolato #663E2D
Tints of Cioccolato #663E2D
RGB
CMYK
RGB Variations
Color information
#663E2D (or 0x663E2D) is known color: Cioccolato. HEX triplet: 66, 3E and 2D. RGB value is (102,62,45). Sum of RGB (Red+Green+Blue) = 102+62+45=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E2D is #99C1D2. Grayscale: #484848. Windows color (decimal): -10076627 or 2965094. OLE color: 2965094.
HSL color Cylindrical-coordinate representation of color #663E2D: hue angle of 17.89º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663E2D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
RGB | 102 | 62 | 45 | - |
CMYK | 0 | 0.39 | 0.56 | 0.6 |
HSL | 17.89º | 0.39% | 0.29% | - |
HSV(B) | 17.89º | 0.56% | 0.4% | - |
XYZ | 7.68 | 6.46 | 3.32 | - |
YUV | 72.02 | 112.75 | 149.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 62 | 45 | 0 | 0.39 | 0.56 | 0.6 | 17.89 | 0.39 | 0.29 |
Hex | 66 | 3E | 2D | 0 | 27 | 38 | 3C | 12 | 27 | 1D |
Octal | 146 | 76 | 55 | 0 | 47 | 70 | 74 | 22 | 47 | 35 |
Binary | 1100110 | 111110 | 101101 | 0 | 100111 | 111000 | 111100 | 10010 | 100111 | 11101 |
Color Harmonies of #663E2D
Complementary color
Monochromatic Colors of #663E2D
Black with #663E2D
Text Example
Text Example
White with #663E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E2D; }
p { color: rgb(102,62,45); }
H1.HeaderClassName
{
color: #663E2D;
}
.AnyTagClassName
{
color: #663E2D;
}
</style>
background-color css
<style>
a { background-color: #663E2D; }
a { background-color: rgb(102,62,45); }
div.DivClassName
{
background-color: #663E2D;
}
.BgClassName
{
background-color: #663E2D;
}
</style>
border-color css
<style>
span { border-color: #663E2D; }
span { border-color: rgb(102,62,45); }
td.TdClassName
{
border-color: #663E2D;
}
.TagClassName
{
border-color: #663E2D;
}
</style>