Shades of Dark Brown #62451F
Tints of Dark Brown #62451F
RGB
CMYK
RGB Variations
Color information
#62451F (or 0x62451F) is known color: Dark Brown. HEX triplet: 62, 45 and 1F. RGB value is (98,69,31). Sum of RGB (Red+Green+Blue) = 98+69+31=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62451F is #9DBAE0. Grayscale: #494949. Windows color (decimal): -10336993 or 2049378. OLE color: 2049378.
HSL color Cylindrical-coordinate representation of color #62451F: hue angle of 34.03º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62451F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 69 | 31 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.62 |
| HSL | 34.03º | 0.52% | 0.25% | - |
| HSV(B) | 34.03º | 0.68% | 0.38% | - |
| XYZ | 7.41 | 6.95 | 2.25 | - |
| YUV | 73.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 31 | 0 | 0.30 | 0.68 | 0.62 | 34.03 | 0.52 | 0.25 |
| Hex | 62 | 45 | 1F | 0 | 1E | 44 | 3E | 22 | 34 | 19 |
| Octal | 142 | 105 | 37 | 0 | 36 | 104 | 76 | 42 | 64 | 31 |
| Binary | 1100010 | 1000101 | 11111 | 0 | 11110 | 1000100 | 111110 | 100010 | 110100 | 11001 |
Color Harmonies of #62451F
Complementary color
Monochromatic Colors of #62451F
Black with #62451F
Text Example
Text Example
White with #62451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62451F; }
p { color: rgb(98,69,31); }
H1.HeaderClassName
{
color: #62451F;
}
.AnyTagClassName
{
color: #62451F;
}
</style>
background-color css
<style>
a { background-color: #62451F; }
a { background-color: rgb(98,69,31); }
div.DivClassName
{
background-color: #62451F;
}
.BgClassName
{
background-color: #62451F;
}
</style>
border-color css
<style>
span { border-color: #62451F; }
span { border-color: rgb(98,69,31); }
td.TdClassName
{
border-color: #62451F;
}
.TagClassName
{
border-color: #62451F;
}
</style>