#6C352F

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

Shades of Kenyan Copper #6C352F

Tints of Kenyan Copper #6C352F

Color information

#6C352F (or 0x6C352F) is unknown color: approx Kenyan Copper. HEX triplet: 6C, 35 and 2F. RGB value is (108,53,47). Sum of RGB (Red+Green+Blue) = 108+53+47=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C352F is #93CAD0. Grayscale: #444444. Windows color (decimal): -9685713 or 3093868. OLE color: 3093868.

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

Color convert

RGB1085347-
CMYK00.510.560.58
HSL5.9º39.35%30.39%-
HSV(B)5.9º56.48%42.35%-
XYZ7.975.943.42-
YUV68.76115.72155.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.92%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=51.92%
G=25.48%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108534700.510.560.585.939.3530.39
Hex6C352F033383A6271e
Octal1546557063707264736
Binary1101100110101101111011001111100011101011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,53,47); }

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

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

 a { background-color: rgb(108,53,47); }

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

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

 span { border-color: rgb(108,53,47); }

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