#6A3935

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

Shades of Sanguine Brown #6A3935

Tints of Sanguine Brown #6A3935

Color information

#6A3935 (or 0x6A3935) is unknown color: approx Sanguine Brown. HEX triplet: 6A, 39 and 35. RGB value is (106,57,53). Sum of RGB (Red+Green+Blue) = 106+57+53=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3935 is #95C6CA. Grayscale: #474747. Windows color (decimal): -9815755 or 3488106. OLE color: 3488106.

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

Color convert

RGB1065753-
CMYK00.460.50.58
HSL4.53º33.33%31.18%-
HSV(B)4.53º50%41.57%-
XYZ8.056.254.15-
YUV71.19117.73152.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.07%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=49.07%
G=26.39%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106575300.460.50.584.5333.3331.18
Hex6A393502E323A5211f
Octal1527165056627254137
Binary1101010111001110101010111011001011101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,53); }

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

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

 a { background-color: rgb(106,57,53); }

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

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

 span { border-color: rgb(106,57,53); }

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