#6D322E

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

Shades of Kenyan Copper #6D322E

Tints of Kenyan Copper #6D322E

Color information

#6D322E (or 0x6D322E) is unknown color: approx Kenyan Copper. HEX triplet: 6D, 32 and 2E. RGB value is (109,50,46). Sum of RGB (Red+Green+Blue) = 109+50+46=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D322E is #92CDD1. Grayscale: #434343. Windows color (decimal): -9620946 or 3027565. OLE color: 3027565.

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

Color convert

RGB1095046-
CMYK00.540.580.57
HSL3.81º40.65%30.39%-
HSV(B)3.81º57.8%42.75%-
XYZ7.945.733.27-
YUV67.18116.05157.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.17%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=53.17%
G=24.39%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109504600.540.580.573.8140.6530.39
Hex6D322E0363A394291e
Octal1556256066727145136
Binary1101101110010101110011011011101011100110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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