#6C3732

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

Shades of Kenyan Copper #6C3732

Tints of Kenyan Copper #6C3732

Color information

#6C3732 (or 0x6C3732) is unknown color: approx Kenyan Copper. HEX triplet: 6C, 37 and 32. RGB value is (108,55,50). Sum of RGB (Red+Green+Blue) = 108+55+50=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3732 is #93C8CD. Grayscale: #464646. Windows color (decimal): -9685198 or 3290988. OLE color: 3290988.

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

Color convert

RGB1085550-
CMYK00.490.540.58
HSL5.17º36.71%30.98%-
HSV(B)5.17º53.7%42.35%-
XYZ8.136.153.78-
YUV70.28116.56154.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.70%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=50.70%
G=25.82%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108555000.490.540.585.1736.7130.98
Hex6C3732031363A5251f
Octal1546762061667254537
Binary1101100110111110010011000111011011101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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