#6C3230

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

Shades of Kenyan Copper #6C3230

Tints of Kenyan Copper #6C3230

Color information

#6C3230 (or 0x6C3230) is unknown color: approx Kenyan Copper. HEX triplet: 6C, 32 and 30. RGB value is (108,50,48). Sum of RGB (Red+Green+Blue) = 108+50+48=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3230 is #93CDCF. Grayscale: #434343. Windows color (decimal): -9686480 or 3158636. OLE color: 3158636.

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

Color convert

RGB1085048-
CMYK00.540.560.58
HSL38.46%30.59%-
HSV(B)55.56%42.35%-
XYZ7.865.683.48-
YUV67.11117.22157.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.43%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=52.43%
G=24.27%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108504800.540.560.58238.4630.59
Hex6C3230036383A2261f
Octal1546260066707224637
Binary110110011001011000001101101110001110101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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