Shades of Very Dark Brown #65402F
Tints of Very Dark Brown #65402F
RGB
CMYK
RGB Variations
Color information
#65402F (or 0x65402F) is known color: Very Dark Brown. HEX triplet: 65, 40 and 2F. RGB value is (101,64,47). Sum of RGB (Red+Green+Blue) = 101+64+47=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65402F is #9ABFD0. Grayscale: #494949. Windows color (decimal): -10141649 or 3096677. OLE color: 3096677.
HSL color Cylindrical-coordinate representation of color #65402F: hue angle of 18.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65402F is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 47 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.60 |
| HSL | 18.89º | 0.36% | 0.29% | - |
| HSV(B) | 18.89º | 0.53% | 0.4% | - |
| XYZ | 7.71 | 6.64 | 3.56 | - |
| YUV | 73.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 47 | 0 | 0.37 | 0.53 | 0.60 | 18.89 | 0.36 | 0.29 |
| Hex | 65 | 40 | 2F | 0 | 25 | 35 | 3C | 13 | 24 | 1D |
| Octal | 145 | 100 | 57 | 0 | 45 | 65 | 74 | 23 | 44 | 35 |
| Binary | 1100101 | 1000000 | 101111 | 0 | 100101 | 110101 | 111100 | 10011 | 100100 | 11101 |
Color Harmonies of #65402F
Complementary color
Monochromatic Colors of #65402F
Black with #65402F
Text Example
Text Example
White with #65402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65402F; }
p { color: rgb(101,64,47); }
H1.HeaderClassName
{
color: #65402F;
}
.AnyTagClassName
{
color: #65402F;
}
</style>
background-color css
<style>
a { background-color: #65402F; }
a { background-color: rgb(101,64,47); }
div.DivClassName
{
background-color: #65402F;
}
.BgClassName
{
background-color: #65402F;
}
</style>
border-color css
<style>
span { border-color: #65402F; }
span { border-color: rgb(101,64,47); }
td.TdClassName
{
border-color: #65402F;
}
.TagClassName
{
border-color: #65402F;
}
</style>