#6A322A

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

Shades of Kenyan Copper #6A322A

Tints of Kenyan Copper #6A322A

Color information

#6A322A (or 0x6A322A) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 32 and 2A. RGB value is (106,50,42). Sum of RGB (Red+Green+Blue) = 106+50+42=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A322A is #95CDD5. Grayscale: #414141. Windows color (decimal): -9817558 or 2765418. OLE color: 2765418.

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

Color convert

RGB1065042-
CMYK00.530.600.58
HSL7.5º43.24%29.02%-
HSV(B)7.5º60.38%41.57%-
XYZ7.55.512.86-
YUV65.83114.55156.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.54%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=53.54%
G=25.25%
B=21.21%

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
Decimal106504200.530.600.587.543.2429.02
Hex6A322A0353C3A82b1d
Octal15262520657472105335
Binary11010101100101010100110101111100111010100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,50,42); }

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

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

 a { background-color: rgb(106,50,42); }

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

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

 span { border-color: rgb(106,50,42); }

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