#6D302C

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

Shades of Kenyan Copper #6D302C

Tints of Kenyan Copper #6D302C

Color information

#6D302C (or 0x6D302C) is unknown color: approx Kenyan Copper. HEX triplet: 6D, 30 and 2C. RGB value is (109,48,44). Sum of RGB (Red+Green+Blue) = 109+48+44=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D302C is #92CFD3. Grayscale: #414141. Windows color (decimal): -9621460 or 2895981. OLE color: 2895981.

HSL color Cylindrical-coordinate representation of color #6D302C: hue angle of 3.69º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D302C is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB1094844-
CMYK00.560.600.57
HSL3.69º42.48%30%-
HSV(B)3.69º59.63%42.75%-
XYZ7.825.553.04-
YUV65.78115.71158.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=54.23%
G=23.88%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109484400.560.600.573.6942.4830
Hex6D302C0383C3942a1e
Octal1556054070747145236
Binary1101101110000101100011100011110011100110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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