#6C322D

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

Shades of Kenyan Copper #6C322D

Tints of Kenyan Copper #6C322D

Color information

#6C322D (or 0x6C322D) is unknown color: approx Kenyan Copper. HEX triplet: 6C, 32 and 2D. RGB value is (108,50,45). Sum of RGB (Red+Green+Blue) = 108+50+45=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C322D is #93CDD2. Grayscale: #424242. Windows color (decimal): -9686483 or 2962028. OLE color: 2962028.

HSL color Cylindrical-coordinate representation of color #6C322D: hue angle of 4.76º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C322D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1085045-
CMYK00.540.580.58
HSL4.76º41.18%30%-
HSV(B)4.76º58.33%42.35%-
XYZ7.85.663.16-
YUV66.77115.72157.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=53.20%
G=24.63%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108504500.540.580.584.7641.1830
Hex6C322D0363A3A5291e
Octal1546255066727255136
Binary1101100110010101101011011011101011101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,45); }

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

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

 a { background-color: rgb(108,50,45); }

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

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

 span { border-color: rgb(108,50,45); }

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