Shades of Dark Brown #664320
Tints of Dark Brown #664320
RGB
CMYK
RGB Variations
Color information
#664320 (or 0x664320) is known color: Dark Brown. HEX triplet: 66, 43 and 20. RGB value is (102,67,32). Sum of RGB (Red+Green+Blue) = 102+67+32=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #664320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664320 is #99BCDF. Grayscale: #494949. Windows color (decimal): -10075360 or 2114406. OLE color: 2114406.
HSL color Cylindrical-coordinate representation of color #664320: hue angle of 30º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664320 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 32 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.6 |
| HSL | 30º | 0.52% | 0.26% | - |
| HSV(B) | 30º | 0.69% | 0.4% | - |
| XYZ | 7.75 | 6.94 | 2.3 | - |
| YUV | 73.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 32 | 0 | 0.34 | 0.69 | 0.6 | 30 | 0.52 | 0.26 |
| Hex | 66 | 43 | 20 | 0 | 22 | 45 | 3C | 1E | 34 | 1A |
| Octal | 146 | 103 | 40 | 0 | 42 | 105 | 74 | 36 | 64 | 32 |
| Binary | 1100110 | 1000011 | 100000 | 0 | 100010 | 1000101 | 111100 | 11110 | 110100 | 11010 |
Color Harmonies of #664320
Complementary color
Monochromatic Colors of #664320
Black with #664320
Text Example
Text Example
White with #664320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664320; }
p { color: rgb(102,67,32); }
H1.HeaderClassName
{
color: #664320;
}
.AnyTagClassName
{
color: #664320;
}
</style>
background-color css
<style>
a { background-color: #664320; }
a { background-color: rgb(102,67,32); }
div.DivClassName
{
background-color: #664320;
}
.BgClassName
{
background-color: #664320;
}
</style>
border-color css
<style>
span { border-color: #664320; }
span { border-color: rgb(102,67,32); }
td.TdClassName
{
border-color: #664320;
}
.TagClassName
{
border-color: #664320;
}
</style>