Shades of Very Dark Brown #654235
Tints of Very Dark Brown #654235
RGB
CMYK
RGB Variations
Color information
#654235 (or 0x654235) is known color: Very Dark Brown. HEX triplet: 65, 42 and 35. RGB value is (101,66,53). Sum of RGB (Red+Green+Blue) = 101+66+53=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #654235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654235 is #9ABDCA. Grayscale: #4B4B4B. Windows color (decimal): -10141131 or 3490405. OLE color: 3490405.
HSL color Cylindrical-coordinate representation of color #654235: hue angle of 16.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #654235 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 53 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.60 |
| HSL | 16.25º | 0.31% | 0.3% | - |
| HSV(B) | 16.25º | 0.48% | 0.4% | - |
| XYZ | 7.96 | 6.92 | 4.28 | - |
| YUV | 74.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 53 | 0 | 0.35 | 0.48 | 0.60 | 16.25 | 0.31 | 0.3 |
| Hex | 65 | 42 | 35 | 0 | 23 | 30 | 3C | 10 | 1F | 1E |
| Octal | 145 | 102 | 65 | 0 | 43 | 60 | 74 | 20 | 37 | 36 |
| Binary | 1100101 | 1000010 | 110101 | 0 | 100011 | 110000 | 111100 | 10000 | 11111 | 11110 |
Color Harmonies of #654235
Complementary color
Monochromatic Colors of #654235
Black with #654235
Text Example
Text Example
White with #654235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654235; }
p { color: rgb(101,66,53); }
H1.HeaderClassName
{
color: #654235;
}
.AnyTagClassName
{
color: #654235;
}
</style>
background-color css
<style>
a { background-color: #654235; }
a { background-color: rgb(101,66,53); }
div.DivClassName
{
background-color: #654235;
}
.BgClassName
{
background-color: #654235;
}
</style>
border-color css
<style>
span { border-color: #654235; }
span { border-color: rgb(101,66,53); }
td.TdClassName
{
border-color: #654235;
}
.TagClassName
{
border-color: #654235;
}
</style>