#6B332D

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

Shades of Kenyan Copper #6B332D

Tints of Kenyan Copper #6B332D

Color information

#6B332D (or 0x6B332D) is unknown color: approx Kenyan Copper. HEX triplet: 6B, 33 and 2D. RGB value is (107,51,45). Sum of RGB (Red+Green+Blue) = 107+51+45=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B332D is #94CCD2. Grayscale: #434343. Windows color (decimal): -9751763 or 2962283. OLE color: 2962283.

HSL color Cylindrical-coordinate representation of color #6B332D: hue angle of 5.81º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B332D is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1075145-
CMYK00.520.580.58
HSL5.81º40.79%29.8%-
HSV(B)5.81º57.94%41.96%-
XYZ7.725.683.17-
YUV67.06115.55156.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.71%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=52.71%
G=25.12%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107514500.520.580.585.8140.7929.8
Hex6B332D0343A3A6291e
Octal1536355064727265136
Binary1101011110011101101011010011101011101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,45); }

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

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

 a { background-color: rgb(107,51,45); }

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

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

 span { border-color: rgb(107,51,45); }

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