#6D403F

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

Shades of Sanguine Brown #6D403F

Tints of Sanguine Brown #6D403F

Color information

#6D403F (or 0x6D403F) is unknown color: approx Sanguine Brown. HEX triplet: 6D, 40 and 3F. RGB value is (109,64,63). Sum of RGB (Red+Green+Blue) = 109+64+63=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D403F is #92BFC0. Grayscale: #4D4D4D. Windows color (decimal): -9617345 or 4145261. OLE color: 4145261.

HSL color Cylindrical-coordinate representation of color #6D403F: hue angle of 1.3º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D403F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1096463-
CMYK00.410.420.57
HSL1.3º26.74%33.73%-
HSV(B)1.3º42.2%42.75%-
XYZ9.047.285.63-
YUV77.34119.91150.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.19%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 63 (25% from 255) = 26.69%
R=46.19%
G=27.12%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109646300.410.420.571.326.7433.73
Hex6D403F0292A3911b22
Octal15510077051527113342
Binary110110110000001111110101001101010111001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,63); }

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

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

 a { background-color: rgb(109,64,63); }

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

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

 span { border-color: rgb(109,64,63); }

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