#6C312E

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

Shades of Kenyan Copper #6C312E

Tints of Kenyan Copper #6C312E

Color information

#6C312E (or 0x6C312E) is unknown color: approx Kenyan Copper. HEX triplet: 6C, 31 and 2E. RGB value is (108,49,46). Sum of RGB (Red+Green+Blue) = 108+49+46=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C312E is #93CED1. Grayscale: #424242. Windows color (decimal): -9686738 or 3027308. OLE color: 3027308.

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

Color convert

RGB1084946-
CMYK00.550.570.58
HSL2.9º40.26%30.2%-
HSV(B)2.9º57.41%42.35%-
XYZ7.785.583.25-
YUV66.3116.55157.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=53.20%
G=24.14%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108494600.550.570.582.940.2630.2
Hex6C312E037393A3281e
Octal1546156067717235036
Binary110110011000110111001101111110011110101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,49,46); }

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

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

 a { background-color: rgb(108,49,46); }

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

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

 span { border-color: rgb(108,49,46); }

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