#6A302C

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

Shades of Kenyan Copper #6A302C

Tints of Kenyan Copper #6A302C

Color information

#6A302C (or 0x6A302C) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 30 and 2C. RGB value is (106,48,44). Sum of RGB (Red+Green+Blue) = 106+48+44=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A302C is #95CFD3. Grayscale: #404040. Windows color (decimal): -9818068 or 2895978. OLE color: 2895978.

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

Color convert

RGB1064844-
CMYK00.550.580.58
HSL3.87º41.33%29.41%-
HSV(B)3.87º58.49%41.57%-
XYZ7.465.363.02-
YUV64.89116.22157.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.54%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=53.54%
G=24.24%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106484400.550.580.583.8741.3329.41
Hex6A302C0373A3A4291d
Octal1526054067727245135
Binary1101010110000101100011011111101011101010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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