Shades of Kenyan Copper #65312A
Tints of Kenyan Copper #65312A
RGB
CMYK
RGB Variations
Color information
#65312A (or 0x65312A) is known color: Kenyan Copper. HEX triplet: 65, 31 and 2A. RGB value is (101,49,42). Sum of RGB (Red+Green+Blue) = 101+49+42=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #65312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65312A is #9ACED5. Grayscale: #3F3F3F. Windows color (decimal): -10145494 or 2765157. OLE color: 2765157.
HSL color Cylindrical-coordinate representation of color #65312A: hue angle of 7.12º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65312A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 42 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.60 |
| HSL | 7.12º | 0.41% | 0.28% | - |
| HSV(B) | 7.12º | 0.58% | 0.4% | - |
| XYZ | 6.88 | 5.13 | 2.82 | - |
| YUV | 63.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 42 | 0 | 0.51 | 0.58 | 0.60 | 7.12 | 0.41 | 0.28 |
| Hex | 65 | 31 | 2A | 0 | 33 | 3A | 3C | 7 | 29 | 1C |
| Octal | 145 | 61 | 52 | 0 | 63 | 72 | 74 | 7 | 51 | 34 |
| Binary | 1100101 | 110001 | 101010 | 0 | 110011 | 111010 | 111100 | 111 | 101001 | 11100 |
Color Harmonies of #65312A
Complementary color
Monochromatic Colors of #65312A
Black with #65312A
Text Example
Text Example
White with #65312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65312A; }
p { color: rgb(101,49,42); }
H1.HeaderClassName
{
color: #65312A;
}
.AnyTagClassName
{
color: #65312A;
}
</style>
background-color css
<style>
a { background-color: #65312A; }
a { background-color: rgb(101,49,42); }
div.DivClassName
{
background-color: #65312A;
}
.BgClassName
{
background-color: #65312A;
}
</style>
border-color css
<style>
span { border-color: #65312A; }
span { border-color: rgb(101,49,42); }
td.TdClassName
{
border-color: #65312A;
}
.TagClassName
{
border-color: #65312A;
}
</style>