#6D332D

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

Shades of Kenyan Copper #6D332D

Tints of Kenyan Copper #6D332D

Color information

#6D332D (or 0x6D332D) is unknown color: approx Kenyan Copper. HEX triplet: 6D, 33 and 2D. RGB value is (109,51,45). Sum of RGB (Red+Green+Blue) = 109+51+45=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D332D is #92CCD2. Grayscale: #434343. Windows color (decimal): -9620691 or 2962285. OLE color: 2962285.

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

Color convert

RGB1095145-
CMYK00.530.590.57
HSL5.63º41.56%30.2%-
HSV(B)5.63º58.72%42.75%-
XYZ7.965.813.18-
YUV67.66115.22157.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.17%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=53.17%
G=24.88%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109514500.530.590.575.6341.5630.2
Hex6D332D0353B3962a1e
Octal1556355065737165236
Binary1101101110011101101011010111101111100111010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,51,45); }

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

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

 a { background-color: rgb(109,51,45); }

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

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

 span { border-color: rgb(109,51,45); }

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