#6A2D2A

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

Shades of Kenyan Copper #6A2D2A

Tints of Kenyan Copper #6A2D2A

Color information

#6A2D2A (or 0x6A2D2A) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 2D and 2A. RGB value is (106,45,42). Sum of RGB (Red+Green+Blue) = 106+45+42=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2D2A is #95D2D5. Grayscale: #3E3E3E. Windows color (decimal): -9818838 or 2764138. OLE color: 2764138.

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

Color convert

RGB1064542-
CMYK00.580.600.58
HSL2.81º43.24%29.02%-
HSV(B)2.81º60.38%41.57%-
XYZ7.35.112.79-
YUV62.9116.21158.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=54.92%
G=23.32%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106454200.580.600.582.8143.2429.02
Hex6A2D2A03A3C3A32b1d
Octal1525552072747235335
Binary110101010110110101001110101111001110101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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