Shades of Kenyan Copper #682B2B
Tints of Kenyan Copper #682B2B
RGB
CMYK
RGB Variations
Color information
#682B2B (or 0x682B2B) is known color: Kenyan Copper. HEX triplet: 68, 2B and 2B. RGB value is (104,43,43). Sum of RGB (Red+Green+Blue) = 104+43+43=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B2B is #97D4D4. Grayscale: #3D3D3D. Windows color (decimal): -9950421 or 2829160. OLE color: 2829160.
HSL color Cylindrical-coordinate representation of color #682B2B: hue angle of 0º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B2B is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
RGB | 104 | 43 | 43 | - |
CMYK | 0 | 0.59 | 0.59 | 0.59 |
HSL | 0º | 0.41% | 0.29% | - |
HSV(B) | 0º | 0.59% | 0.41% | - |
XYZ | 7.01 | 4.85 | 2.85 | - |
YUV | 61.24 | 117.71 | 158.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 43 | 43 | 0 | 0.59 | 0.59 | 0.59 | 0 | 0.41 | 0.29 |
Hex | 68 | 2B | 2B | 0 | 3B | 3B | 3B | 0 | 29 | 1D |
Octal | 150 | 53 | 53 | 0 | 73 | 73 | 73 | 0 | 51 | 35 |
Binary | 1101000 | 101011 | 101011 | 0 | 111011 | 111011 | 111011 | 0 | 101001 | 11101 |
Color Harmonies of #682B2B
Complementary color
Monochromatic Colors of #682B2B
Black with #682B2B
Text Example
Text Example
White with #682B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B2B; }
p { color: rgb(104,43,43); }
H1.HeaderClassName
{
color: #682B2B;
}
.AnyTagClassName
{
color: #682B2B;
}
</style>
background-color css
<style>
a { background-color: #682B2B; }
a { background-color: rgb(104,43,43); }
div.DivClassName
{
background-color: #682B2B;
}
.BgClassName
{
background-color: #682B2B;
}
</style>
border-color css
<style>
span { border-color: #682B2B; }
span { border-color: rgb(104,43,43); }
td.TdClassName
{
border-color: #682B2B;
}
.TagClassName
{
border-color: #682B2B;
}
</style>