#6C3C39

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

Shades of Sanguine Brown #6C3C39

Tints of Sanguine Brown #6C3C39

Color information

#6C3C39 (or 0x6C3C39) is unknown color: approx Sanguine Brown. HEX triplet: 6C, 3C and 39. RGB value is (108,60,57). Sum of RGB (Red+Green+Blue) = 108+60+57=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3C39 is #93C3C6. Grayscale: #4A4A4A. Windows color (decimal): -9683911 or 3751020. OLE color: 3751020.

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

Color convert

RGB1086057-
CMYK00.440.470.58
HSL3.53º30.91%32.35%-
HSV(B)3.53º47.22%42.35%-
XYZ8.546.724.72-
YUV74.01118.4152.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=48%
G=26.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108605700.440.470.583.5330.9132.35
Hex6C3C3902C2F3A41f20
Octal1547471054577243740
Binary1101100111100111001010110010111111101010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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