#6D3D3C

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

Shades of Sanguine Brown #6D3D3C

Tints of Sanguine Brown #6D3D3C

Color information

#6D3D3C (or 0x6D3D3C) is unknown color: approx Sanguine Brown. HEX triplet: 6D, 3D and 3C. RGB value is (109,61,60). Sum of RGB (Red+Green+Blue) = 109+61+60=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D3C is #92C2C3. Grayscale: #4B4B4B. Windows color (decimal): -9618116 or 3947885. OLE color: 3947885.

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

Color convert

RGB1096160-
CMYK00.440.450.57
HSL1.22º28.99%33.14%-
HSV(B)1.22º44.95%42.75%-
XYZ8.796.915.15-
YUV75.24119.4152.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=47.39%
G=26.52%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109616000.440.450.571.2228.9933.14
Hex6D3D3C02C2D3911d21
Octal1557574054557113541
Binary11011011111011111000101100101101111001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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