Shades of Kenyan Copper #65332D
Tints of Kenyan Copper #65332D
RGB
CMYK
RGB Variations
Color information
#65332D (or 0x65332D) is known color: Kenyan Copper. HEX triplet: 65, 33 and 2D. RGB value is (101,51,45). Sum of RGB (Red+Green+Blue) = 101+51+45=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65332D is #9ACCD2. Grayscale: #414141. Windows color (decimal): -10144979 or 2962277. OLE color: 2962277.
HSL color Cylindrical-coordinate representation of color #65332D: hue angle of 6.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65332D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 45 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.60 |
| HSL | 6.43º | 0.38% | 0.29% | - |
| HSV(B) | 6.43º | 0.55% | 0.4% | - |
| XYZ | 7.02 | 5.32 | 3.14 | - |
| YUV | 65.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 45 | 0 | 0.50 | 0.55 | 0.60 | 6.43 | 0.38 | 0.29 |
| Hex | 65 | 33 | 2D | 0 | 32 | 37 | 3C | 6 | 26 | 1D |
| Octal | 145 | 63 | 55 | 0 | 62 | 67 | 74 | 6 | 46 | 35 |
| Binary | 1100101 | 110011 | 101101 | 0 | 110010 | 110111 | 111100 | 110 | 100110 | 11101 |
Color Harmonies of #65332D
Complementary color
Monochromatic Colors of #65332D
Black with #65332D
Text Example
Text Example
White with #65332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65332D; }
p { color: rgb(101,51,45); }
H1.HeaderClassName
{
color: #65332D;
}
.AnyTagClassName
{
color: #65332D;
}
</style>
background-color css
<style>
a { background-color: #65332D; }
a { background-color: rgb(101,51,45); }
div.DivClassName
{
background-color: #65332D;
}
.BgClassName
{
background-color: #65332D;
}
</style>
border-color css
<style>
span { border-color: #65332D; }
span { border-color: rgb(101,51,45); }
td.TdClassName
{
border-color: #65332D;
}
.TagClassName
{
border-color: #65332D;
}
</style>