Shades of Kenyan Copper #65312B
Tints of Kenyan Copper #65312B
RGB
CMYK
RGB Variations
Color information
#65312B (or 0x65312B) is known color: Kenyan Copper. HEX triplet: 65, 31 and 2B. RGB value is (101,49,43). Sum of RGB (Red+Green+Blue) = 101+49+43=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #65312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65312B is #9ACED4. Grayscale: #3F3F3F. Windows color (decimal): -10145493 or 2830693. OLE color: 2830693.
HSL color Cylindrical-coordinate representation of color #65312B: hue angle of 6.21º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65312B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 43 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.60 |
| HSL | 6.21º | 0.4% | 0.28% | - |
| HSV(B) | 6.21º | 0.57% | 0.4% | - |
| XYZ | 6.9 | 5.14 | 2.91 | - |
| YUV | 63.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 43 | 0 | 0.51 | 0.57 | 0.60 | 6.21 | 0.4 | 0.28 |
| Hex | 65 | 31 | 2B | 0 | 33 | 39 | 3C | 6 | 28 | 1C |
| Octal | 145 | 61 | 53 | 0 | 63 | 71 | 74 | 6 | 50 | 34 |
| Binary | 1100101 | 110001 | 101011 | 0 | 110011 | 111001 | 111100 | 110 | 101000 | 11100 |
Color Harmonies of #65312B
Complementary color
Monochromatic Colors of #65312B
Black with #65312B
Text Example
Text Example
White with #65312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65312B; }
p { color: rgb(101,49,43); }
H1.HeaderClassName
{
color: #65312B;
}
.AnyTagClassName
{
color: #65312B;
}
</style>
background-color css
<style>
a { background-color: #65312B; }
a { background-color: rgb(101,49,43); }
div.DivClassName
{
background-color: #65312B;
}
.BgClassName
{
background-color: #65312B;
}
</style>
border-color css
<style>
span { border-color: #65312B; }
span { border-color: rgb(101,49,43); }
td.TdClassName
{
border-color: #65312B;
}
.TagClassName
{
border-color: #65312B;
}
</style>