#6D322C

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

Shades of Kenyan Copper #6D322C

Tints of Kenyan Copper #6D322C

Color information

#6D322C (or 0x6D322C) is unknown color: approx Kenyan Copper. HEX triplet: 6D, 32 and 2C. RGB value is (109,50,44). Sum of RGB (Red+Green+Blue) = 109+50+44=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D322C is #92CDD3. Grayscale: #434343. Windows color (decimal): -9620948 or 2896493. OLE color: 2896493.

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

Color convert

RGB1095044-
CMYK00.540.600.57
HSL5.54º42.48%30%-
HSV(B)5.54º59.63%42.75%-
XYZ7.95.713.07-
YUV66.96115.05157.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.69%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=53.69%
G=24.63%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109504400.540.600.575.5442.4830
Hex6D322C0363C3962a1e
Octal1556254066747165236
Binary1101101110010101100011011011110011100111010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,50,44); }

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

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

 a { background-color: rgb(109,50,44); }

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

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

 span { border-color: rgb(109,50,44); }

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