#6D3936

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

Shades of Sanguine Brown #6D3936

Tints of Sanguine Brown #6D3936

Color information

#6D3936 (or 0x6D3936) is unknown color: approx Sanguine Brown. HEX triplet: 6D, 39 and 36. RGB value is (109,57,54). Sum of RGB (Red+Green+Blue) = 109+57+54=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3936 is #92C6C9. Grayscale: #484848. Windows color (decimal): -9619146 or 3553645. OLE color: 3553645.

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

Color convert

RGB1095754-
CMYK00.480.500.57
HSL3.27º33.74%31.96%-
HSV(B)3.27º50.46%42.75%-
XYZ8.446.444.29-
YUV72.21117.73154.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.55%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=49.55%
G=25.91%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109575400.480.500.573.2733.7431.96
Hex6D3936030323932220
Octal1557166060627134240
Binary1101101111001110110011000011001011100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,57,54); }

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

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

 a { background-color: rgb(109,57,54); }

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

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

 span { border-color: rgb(109,57,54); }

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