#6D3A38

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

Shades of Sanguine Brown #6D3A38

Tints of Sanguine Brown #6D3A38

Color information

#6D3A38 (or 0x6D3A38) is unknown color: approx Sanguine Brown. HEX triplet: 6D, 3A and 38. RGB value is (109,58,56). Sum of RGB (Red+Green+Blue) = 109+58+56=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A38 is #92C5C7. Grayscale: #494949. Windows color (decimal): -9618888 or 3684973. OLE color: 3684973.

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

Color convert

RGB1095856-
CMYK00.470.490.57
HSL2.26º32.12%32.35%-
HSV(B)2.26º48.62%42.75%-
XYZ8.536.564.56-
YUV73.02118.4153.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=48.88%
G=26.01%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109585600.470.490.572.2632.1232.35
Hex6D3A3802F313922020
Octal1557270057617124040
Binary1101101111010111000010111111000111100110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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