#6C3733

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

Shades of Sanguine Brown #6C3733

Tints of Sanguine Brown #6C3733

Color information

#6C3733 (or 0x6C3733) is unknown color: approx Sanguine Brown. HEX triplet: 6C, 37 and 33. RGB value is (108,55,51). Sum of RGB (Red+Green+Blue) = 108+55+51=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3733 is #93C8CC. Grayscale: #464646. Windows color (decimal): -9685197 or 3356524. OLE color: 3356524.

HSL color Cylindrical-coordinate representation of color #6C3733: hue angle of 4.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C3733 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB1085551-
CMYK00.490.530.58
HSL4.21º35.85%31.18%-
HSV(B)4.21º52.78%42.35%-
XYZ8.156.163.89-
YUV70.39117.06154.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.47%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=50.47%
G=25.70%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108555100.490.530.584.2135.8531.18
Hex6C3733031353A4241f
Octal1546763061657244437
Binary1101100110111110011011000111010111101010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,51); }

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

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

 a { background-color: rgb(108,55,51); }

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

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

 span { border-color: rgb(108,55,51); }

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