#6C342D

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

Shades of Kenyan Copper #6C342D

Tints of Kenyan Copper #6C342D

Color information

#6C342D (or 0x6C342D) is unknown color: approx Kenyan Copper. HEX triplet: 6C, 34 and 2D. RGB value is (108,52,45). Sum of RGB (Red+Green+Blue) = 108+52+45=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C342D is #93CBD2. Grayscale: #444444. Windows color (decimal): -9685971 or 2962540. OLE color: 2962540.

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

Color convert

RGB1085245-
CMYK00.520.580.58
HSL6.67º41.18%30%-
HSV(B)6.67º58.33%42.35%-
XYZ7.895.833.19-
YUV67.95115.05156.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=52.68%
G=25.37%
B=21.95%

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
Decimal108524500.520.580.586.6741.1830
Hex6C342D0343A3A7291e
Octal1546455064727275136
Binary1101100110100101101011010011101011101011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,45); }

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

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

 a { background-color: rgb(108,52,45); }

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

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

 span { border-color: rgb(108,52,45); }

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