#6B3A39

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

Shades of Sanguine Brown #6B3A39

Tints of Sanguine Brown #6B3A39

Color information

#6B3A39 (or 0x6B3A39) is unknown color: approx Sanguine Brown. HEX triplet: 6B, 3A and 39. RGB value is (107,58,57). Sum of RGB (Red+Green+Blue) = 107+58+57=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3A39 is #94C5C6. Grayscale: #484848. Windows color (decimal): -9749959 or 3750507. OLE color: 3750507.

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

Color convert

RGB1075857-
CMYK00.460.470.58
HSL1.2º30.49%32.16%-
HSV(B)1.2º46.73%41.96%-
XYZ8.316.454.68-
YUV72.54119.23152.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.20%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=48.20%
G=26.13%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107585700.460.470.581.230.4932.16
Hex6B3A3902E2F3A11e20
Octal1537271056577213640
Binary11010111110101110010101110101111111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,58,57); }

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

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

 a { background-color: rgb(107,58,57); }

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

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

 span { border-color: rgb(107,58,57); }

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