#6c332b

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

Shades of Kenyan Copper #6C332B

Tints of Kenyan Copper #6C332B

Color information

#6C332B (or 0x6C332B) is unknown color: approx Kenyan Copper. HEX triplet: 6C, 33 and 2B. RGB value is (108,51,43). Sum of RGB (Red+Green+Blue) = 108+51+43=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C332B is #93CCD4. Grayscale: #434343. Windows color (decimal): -9686229 or 2831212. OLE color: 2831212.

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

Color convert

RGB1085143-
CMYK00.530.600.58
HSL7.38º43.05%29.61%-
HSV(B)7.38º60.19%42.35%-
XYZ7.85.732.98-
YUV67.13114.38157.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.47%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=53.47%
G=25.25%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108514300.530.600.587.3843.0529.61
Hex6C332B0353C3A72b1e
Octal1546353065747275336
Binary1101100110011101011011010111110011101011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c332b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,51,43); }

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

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

 a { background-color: rgb(108,51,43); }

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

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

 span { border-color: rgb(108,51,43); }

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