#6d3532

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

Shades of Kenyan Copper #6D3532

Tints of Kenyan Copper #6D3532

Color information

#6D3532 (or 0x6D3532) is unknown color: approx Kenyan Copper. HEX triplet: 6D, 35 and 32. RGB value is (109,53,50). Sum of RGB (Red+Green+Blue) = 109+53+50=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3532 is #92CACD. Grayscale: #454545. Windows color (decimal): -9620174 or 3290477. OLE color: 3290477.

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

Color convert

RGB1095350-
CMYK00.510.540.57
HSL3.05º37.11%31.18%-
HSV(B)3.05º54.13%42.75%-
XYZ8.166.033.75-
YUV69.4117.05156.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.42%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=51.42%
G=25%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109535000.510.540.573.0537.1131.18
Hex6D353203336393251f
Octal1556562063667134537
Binary110110111010111001001100111101101110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d3532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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