#6C4241

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

Shades of Sanguine Brown #6C4241

Tints of Sanguine Brown #6C4241

Color information

#6C4241 (or 0x6C4241) is unknown color: approx Sanguine Brown. HEX triplet: 6C, 42 and 41. RGB value is (108,66,65). Sum of RGB (Red+Green+Blue) = 108+66+65=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4241 is #93BDBE. Grayscale: #4E4E4E. Windows color (decimal): -9682367 or 4276844. OLE color: 4276844.

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

Color convert

RGB1086665-
CMYK00.390.400.58
HSL1.4º24.86%33.92%-
HSV(B)1.4º39.81%42.35%-
XYZ9.097.475.96-
YUV78.44120.41149.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.19%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=45.19%
G=27.62%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108666500.390.400.581.424.8633.92
Hex6C4241027283A11922
Octal154102101047507213142
Binary1101100100001010000010100111101000111010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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