Shades of Dark Brown #663D12
Tints of Dark Brown #663D12
RGB
CMYK
RGB Variations
Color information
#663D12 (or 0x663D12) is known color: Dark Brown. HEX triplet: 66, 3D and 12. RGB value is (102,61,18). Sum of RGB (Red+Green+Blue) = 102+61+18=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #663D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D12 is #99C2ED. Grayscale: #444444. Windows color (decimal): -10076910 or 1195366. OLE color: 1195366.
HSL color Cylindrical-coordinate representation of color #663D12: hue angle of 30.71º 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 #663D12 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 18 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.6 |
| HSL | 30.71º | 0.7% | 0.24% | - |
| HSV(B) | 30.71º | 0.82% | 0.4% | - |
| XYZ | 7.26 | 6.21 | 1.39 | - |
| YUV | 68.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 18 | 0 | 0.40 | 0.82 | 0.6 | 30.71 | 0.7 | 0.24 |
| Hex | 66 | 3D | 12 | 0 | 28 | 52 | 3C | 1F | 46 | 18 |
| Octal | 146 | 75 | 22 | 0 | 50 | 122 | 74 | 37 | 106 | 30 |
| Binary | 1100110 | 111101 | 10010 | 0 | 101000 | 1010010 | 111100 | 11111 | 1000110 | 11000 |
Color Harmonies of #663D12
Complementary color
Monochromatic Colors of #663D12
Black with #663D12
Text Example
Text Example
White with #663D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D12; }
p { color: rgb(102,61,18); }
H1.HeaderClassName
{
color: #663D12;
}
.AnyTagClassName
{
color: #663D12;
}
</style>
background-color css
<style>
a { background-color: #663D12; }
a { background-color: rgb(102,61,18); }
div.DivClassName
{
background-color: #663D12;
}
.BgClassName
{
background-color: #663D12;
}
</style>
border-color css
<style>
span { border-color: #663D12; }
span { border-color: rgb(102,61,18); }
td.TdClassName
{
border-color: #663D12;
}
.TagClassName
{
border-color: #663D12;
}
</style>