#6D3C38

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

Shades of Sanguine Brown #6D3C38

Tints of Sanguine Brown #6D3C38

Color information

#6D3C38 (or 0x6D3C38) is unknown color: approx Sanguine Brown. HEX triplet: 6D, 3C and 38. RGB value is (109,60,56). Sum of RGB (Red+Green+Blue) = 109+60+56=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3C38 is #92C3C7. Grayscale: #4A4A4A. Windows color (decimal): -9618376 or 3685485. OLE color: 3685485.

HSL color Cylindrical-coordinate representation of color #6D3C38: hue angle of 4.53º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D3C38 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB1096056-
CMYK00.450.490.57
HSL4.53º32.12%32.35%-
HSV(B)4.53º48.62%42.75%-
XYZ8.646.774.59-
YUV74.2117.73152.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=48.44%
G=26.67%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109605600.450.490.574.5332.1232.35
Hex6D3C3802D313952020
Octal1557470055617154040
Binary11011011111001110000101101110001111001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,60,56); }

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

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

 a { background-color: rgb(109,60,56); }

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

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

 span { border-color: rgb(109,60,56); }

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