#6C3A39

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

Shades of Sanguine Brown #6C3A39

Tints of Sanguine Brown #6C3A39

Color information

#6C3A39 (or 0x6C3A39) is unknown color: approx Sanguine Brown. HEX triplet: 6C, 3A and 39. RGB value is (108,58,57). Sum of RGB (Red+Green+Blue) = 108+58+57=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A39 is #93C5C6. Grayscale: #484848. Windows color (decimal): -9684423 or 3750508. OLE color: 3750508.

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

Color convert

RGB1085857-
CMYK00.460.470.58
HSL1.18º30.91%32.35%-
HSV(B)1.18º47.22%42.35%-
XYZ8.446.514.68-
YUV72.84119.06153.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.43%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 57 (22.66% from 255) = 25.56%
R=48.43%
G=26.01%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108585700.460.470.581.1830.9132.35
Hex6C3A3902E2F3A11f20
Octal1547271056577213740
Binary11011001110101110010101110101111111010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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