#6C2E28

Color #6C2E28 Kenyan Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kenyan Copper #6C2E28

Tints of Kenyan Copper #6C2E28

Color information

#6C2E28 (or 0x6C2E28) is unknown color: approx Kenyan Copper. HEX triplet: 6C, 2E and 28. RGB value is (108,46,40). Sum of RGB (Red+Green+Blue) = 108+46+40=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2E28 is #93D1D7. Grayscale: #3F3F3F. Windows color (decimal): -9687512 or 2633324. OLE color: 2633324.

HSL color Cylindrical-coordinate representation of color #6C2E28: hue angle of 5.29º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C2E28 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1084640-
CMYK00.570.630.58
HSL5.29º45.95%29.02%-
HSV(B)5.29º62.96%42.35%-
XYZ7.545.32.63-
YUV63.85114.54159.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 55.67%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=55.67%
G=23.71%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108464000.570.630.585.2945.9529.02
Hex6C2E280393F3A52e1d
Octal1545650071777255635
Binary1101100101110101000011100111111111101010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C2E28; }

 p { color: rgb(108,46,40); }

 H1.HeaderClassName
 {
   color: #6C2E28;
 }
 .AnyTagClassName
 {
   color: #6C2E28;
 }
</style>
background-color css

<style>
 a { background-color: #6C2E28; }

 a { background-color: rgb(108,46,40); }

 div.DivClassName
 {
   background-color: #6C2E28;
 }
 .BgClassName
 {
   background-color: #6C2E28;
 }
</style>
border-color css

<style>
 span { border-color: #6C2E28; }

 span { border-color: rgb(108,46,40); }

 td.TdClassName
 {
   border-color: #6C2E28;
 }
 .TagClassName
 {
   border-color: #6C2E28;
 }
</style>