#6A322C

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

Shades of Kenyan Copper #6A322C

Tints of Kenyan Copper #6A322C

Color information

#6A322C (or 0x6A322C) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 32 and 2C. RGB value is (106,50,44). Sum of RGB (Red+Green+Blue) = 106+50+44=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A322C is #95CDD3. Grayscale: #424242. Windows color (decimal): -9817556 or 2896490. OLE color: 2896490.

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

Color convert

RGB1065044-
CMYK00.530.580.58
HSL5.81º41.33%29.41%-
HSV(B)5.81º58.49%41.57%-
XYZ7.545.533.05-
YUV66.06115.55156.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 22%
R=53%
G=25%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106504400.530.580.585.8141.3329.41
Hex6A322C0353A3A6291d
Octal1526254065727265135
Binary1101010110010101100011010111101011101011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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