#6A2C26

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

Shades of Kenyan Copper #6A2C26

Tints of Kenyan Copper #6A2C26

Color information

#6A2C26 (or 0x6A2C26) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 2C and 26. RGB value is (106,44,38). Sum of RGB (Red+Green+Blue) = 106+44+38=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2C26 is #95D3D9. Grayscale: #3D3D3D. Windows color (decimal): -9819098 or 2501738. OLE color: 2501738.

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

Color convert

RGB1064438-
CMYK00.580.640.58
HSL5.29º47.22%28.24%-
HSV(B)5.29º64.15%41.57%-
XYZ7.195.012.42-
YUV61.85114.54159.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.38%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=56.38%
G=23.40%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106443800.580.640.585.2947.2228.24
Hex6A2C2603A403A52f1c
Octal15254460721007255734
Binary11010101011001001100111010100000011101010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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