#6C4841

Color #6C4841 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #6C4841

Tints of Congo Brown #6C4841

Color information

#6C4841 (or 0x6C4841) is unknown color: approx Congo Brown. HEX triplet: 6C, 48 and 41. RGB value is (108,72,65). Sum of RGB (Red+Green+Blue) = 108+72+65=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4841 is #93B7BE. Grayscale: #525252. Windows color (decimal): -9680831 or 4278380. OLE color: 4278380.

HSL color Cylindrical-coordinate representation of color #6C4841: hue angle of 9.77º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4841 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB1087265-
CMYK00.330.400.58
HSL9.77º24.86%33.92%-
HSV(B)9.77º39.81%42.35%-
XYZ9.468.26.09-
YUV81.97118.43146.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=44.08%
G=29.39%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108726500.330.400.589.7724.8633.92
Hex6C4841021283Aa1922
Octal1541101010415072123142
Binary1101100100100010000010100001101000111010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,72,65); }

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

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

 a { background-color: rgb(108,72,65); }

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

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

 span { border-color: rgb(108,72,65); }

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