#6A2F2A

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

Shades of Kenyan Copper #6A2F2A

Tints of Kenyan Copper #6A2F2A

Color information

#6A2F2A (or 0x6A2F2A) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 2F and 2A. RGB value is (106,47,42). Sum of RGB (Red+Green+Blue) = 106+47+42=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2F2A is #95D0D5. Grayscale: #404040. Windows color (decimal): -9818326 or 2764650. OLE color: 2764650.

HSL color Cylindrical-coordinate representation of color #6A2F2A: hue angle of 4.69º 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 #6A2F2A is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1064742-
CMYK00.560.600.58
HSL4.69º43.24%29.02%-
HSV(B)4.69º60.38%41.57%-
XYZ7.385.262.82-
YUV64.07115.55157.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.36%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=54.36%
G=24.10%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106474200.560.600.584.6943.2429.02
Hex6A2F2A0383C3A52b1d
Octal1525752070747255335
Binary1101010101111101010011100011110011101010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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