#6A312B

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

Shades of Kenyan Copper #6A312B

Tints of Kenyan Copper #6A312B

Color information

#6A312B (or 0x6A312B) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 31 and 2B. RGB value is (106,49,43). Sum of RGB (Red+Green+Blue) = 106+49+43=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A312B is #95CED4. Grayscale: #414141. Windows color (decimal): -9817813 or 2830698. OLE color: 2830698.

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

Color convert

RGB1064943-
CMYK00.540.590.58
HSL5.71º42.28%29.22%-
HSV(B)5.71º59.43%41.57%-
XYZ7.485.442.94-
YUV65.36115.38156.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.54%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=53.54%
G=24.75%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106494300.540.590.585.7142.2829.22
Hex6A312B0363B3A62a1d
Octal1526153066737265235
Binary1101010110001101011011011011101111101011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,43); }

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

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

 a { background-color: rgb(106,49,43); }

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

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

 span { border-color: rgb(106,49,43); }

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