#6C3B39

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

Shades of Sanguine Brown #6C3B39

Tints of Sanguine Brown #6C3B39

Color information

#6C3B39 (or 0x6C3B39) is unknown color: approx Sanguine Brown. HEX triplet: 6C, 3B and 39. RGB value is (108,59,57). Sum of RGB (Red+Green+Blue) = 108+59+57=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B39 is #93C4C6. Grayscale: #494949. Windows color (decimal): -9684167 or 3750764. OLE color: 3750764.

HSL color Cylindrical-coordinate representation of color #6C3B39: hue angle of 2.35º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C3B39 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1085957-
CMYK00.450.470.58
HSL2.35º30.91%32.35%-
HSV(B)2.35º47.22%42.35%-
XYZ8.496.614.7-
YUV73.42118.73152.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=48.21%
G=26.34%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108595700.450.470.582.3530.9132.35
Hex6C3B3902D2F3A21f20
Octal1547371055577223740
Binary110110011101111100101011011011111110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,59,57); }

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

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

 a { background-color: rgb(108,59,57); }

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

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

 span { border-color: rgb(108,59,57); }

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