#6B3029

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

Shades of Kenyan Copper #6B3029

Tints of Kenyan Copper #6B3029

Color information

#6B3029 (or 0x6B3029) is unknown color: approx Kenyan Copper. HEX triplet: 6B, 30 and 29. RGB value is (107,48,41). Sum of RGB (Red+Green+Blue) = 107+48+41=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3029 is #94CFD6. Grayscale: #404040. Windows color (decimal): -9752535 or 2699371. OLE color: 2699371.

HSL color Cylindrical-coordinate representation of color #6B3029: hue angle of 6.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B3029 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1074841-
CMYK00.550.620.58
HSL6.36º44.59%29.02%-
HSV(B)6.36º61.68%41.96%-
XYZ7.525.42.74-
YUV64.84114.55158.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.59%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=54.59%
G=24.49%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107484100.550.620.586.3644.5929.02
Hex6B30290373E3A62d1d
Octal1536051067767265535
Binary1101011110000101001011011111111011101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,41); }

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

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

 a { background-color: rgb(107,48,41); }

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

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

 span { border-color: rgb(107,48,41); }

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