Shades of Dark Brown #67451F
Tints of Dark Brown #67451F
RGB
CMYK
RGB Variations
Color information
#67451F (or 0x67451F) is known color: Dark Brown. HEX triplet: 67, 45 and 1F. RGB value is (103,69,31). Sum of RGB (Red+Green+Blue) = 103+69+31=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #67451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67451F is #98BAE0. Grayscale: #4B4B4B. Windows color (decimal): -10009313 or 2049383. OLE color: 2049383.
HSL color Cylindrical-coordinate representation of color #67451F: hue angle of 31.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67451F is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 31 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.60 |
| HSL | 31.67º | 0.54% | 0.26% | - |
| HSV(B) | 31.67º | 0.7% | 0.4% | - |
| XYZ | 7.97 | 7.24 | 2.27 | - |
| YUV | 74.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 31 | 0 | 0.33 | 0.70 | 0.60 | 31.67 | 0.54 | 0.26 |
| Hex | 67 | 45 | 1F | 0 | 21 | 46 | 3C | 20 | 36 | 1A |
| Octal | 147 | 105 | 37 | 0 | 41 | 106 | 74 | 40 | 66 | 32 |
| Binary | 1100111 | 1000101 | 11111 | 0 | 100001 | 1000110 | 111100 | 100000 | 110110 | 11010 |
Color Harmonies of #67451F
Complementary color
Monochromatic Colors of #67451F
Black with #67451F
Text Example
Text Example
White with #67451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67451F; }
p { color: rgb(103,69,31); }
H1.HeaderClassName
{
color: #67451F;
}
.AnyTagClassName
{
color: #67451F;
}
</style>
background-color css
<style>
a { background-color: #67451F; }
a { background-color: rgb(103,69,31); }
div.DivClassName
{
background-color: #67451F;
}
.BgClassName
{
background-color: #67451F;
}
</style>
border-color css
<style>
span { border-color: #67451F; }
span { border-color: rgb(103,69,31); }
td.TdClassName
{
border-color: #67451F;
}
.TagClassName
{
border-color: #67451F;
}
</style>