#6E322E

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

Shades of Kenyan Copper #6E322E

Tints of Kenyan Copper #6E322E

Color information

#6E322E (or 0x6E322E) is unknown color: approx Kenyan Copper. HEX triplet: 6E, 32 and 2E. RGB value is (110,50,46). Sum of RGB (Red+Green+Blue) = 110+50+46=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E322E is #91CDD1. Grayscale: #434343. Windows color (decimal): -9555410 or 3027566. OLE color: 3027566.

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

Color convert

RGB1105046-
CMYK00.550.580.57
HSL3.75º41.03%30.59%-
HSV(B)3.75º58.18%43.14%-
XYZ8.065.793.28-
YUV67.48115.88158.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.40%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=53.40%
G=24.27%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110504600.550.580.573.7541.0330.59
Hex6E322E0373A394291f
Octal1566256067727145137
Binary1101110110010101110011011111101011100110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,50,46); }

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

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

 a { background-color: rgb(110,50,46); }

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

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

 span { border-color: rgb(110,50,46); }

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