Shades of Very Dark Brown #654130
Tints of Very Dark Brown #654130
RGB
CMYK
RGB Variations
Color information
#654130 (or 0x654130) is known color: Very Dark Brown. HEX triplet: 65, 41 and 30. RGB value is (101,65,48). Sum of RGB (Red+Green+Blue) = 101+65+48=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #654130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654130 is #9ABECF. Grayscale: #494949. Windows color (decimal): -10141392 or 3162469. OLE color: 3162469.
HSL color Cylindrical-coordinate representation of color #654130: hue angle of 19.25º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654130 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 48 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.60 |
| HSL | 19.25º | 0.36% | 0.29% | - |
| HSV(B) | 19.25º | 0.52% | 0.4% | - |
| XYZ | 7.79 | 6.76 | 3.69 | - |
| YUV | 73.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 48 | 0 | 0.36 | 0.52 | 0.60 | 19.25 | 0.36 | 0.29 |
| Hex | 65 | 41 | 30 | 0 | 24 | 34 | 3C | 13 | 24 | 1D |
| Octal | 145 | 101 | 60 | 0 | 44 | 64 | 74 | 23 | 44 | 35 |
| Binary | 1100101 | 1000001 | 110000 | 0 | 100100 | 110100 | 111100 | 10011 | 100100 | 11101 |
Color Harmonies of #654130
Complementary color
Monochromatic Colors of #654130
Black with #654130
Text Example
Text Example
White with #654130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654130; }
p { color: rgb(101,65,48); }
H1.HeaderClassName
{
color: #654130;
}
.AnyTagClassName
{
color: #654130;
}
</style>
background-color css
<style>
a { background-color: #654130; }
a { background-color: rgb(101,65,48); }
div.DivClassName
{
background-color: #654130;
}
.BgClassName
{
background-color: #654130;
}
</style>
border-color css
<style>
span { border-color: #654130; }
span { border-color: rgb(101,65,48); }
td.TdClassName
{
border-color: #654130;
}
.TagClassName
{
border-color: #654130;
}
</style>