Shades of Dark Brown #663E12
Tints of Dark Brown #663E12
RGB
CMYK
RGB Variations
Color information
#663E12 (or 0x663E12) is known color: Dark Brown. HEX triplet: 66, 3E and 12. RGB value is (102,62,18). Sum of RGB (Red+Green+Blue) = 102+62+18=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663E12 is #99C1ED. Grayscale: #454545. Windows color (decimal): -10076654 or 1195622. OLE color: 1195622.
HSL color Cylindrical-coordinate representation of color #663E12: hue angle of 31.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #663E12 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 18 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.6 |
| HSL | 31.43º | 0.7% | 0.24% | - |
| HSV(B) | 31.43º | 0.82% | 0.4% | - |
| XYZ | 7.31 | 6.31 | 1.41 | - |
| YUV | 68.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 18 | 0 | 0.39 | 0.82 | 0.6 | 31.43 | 0.7 | 0.24 |
| Hex | 66 | 3E | 12 | 0 | 27 | 52 | 3C | 1F | 46 | 18 |
| Octal | 146 | 76 | 22 | 0 | 47 | 122 | 74 | 37 | 106 | 30 |
| Binary | 1100110 | 111110 | 10010 | 0 | 100111 | 1010010 | 111100 | 11111 | 1000110 | 11000 |
Color Harmonies of #663E12
Complementary color
Monochromatic Colors of #663E12
Black with #663E12
Text Example
Text Example
White with #663E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E12; }
p { color: rgb(102,62,18); }
H1.HeaderClassName
{
color: #663E12;
}
.AnyTagClassName
{
color: #663E12;
}
</style>
background-color css
<style>
a { background-color: #663E12; }
a { background-color: rgb(102,62,18); }
div.DivClassName
{
background-color: #663E12;
}
.BgClassName
{
background-color: #663E12;
}
</style>
border-color css
<style>
span { border-color: #663E12; }
span { border-color: rgb(102,62,18); }
td.TdClassName
{
border-color: #663E12;
}
.TagClassName
{
border-color: #663E12;
}
</style>