#6A3F3D

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

Shades of Sanguine Brown #6A3F3D

Tints of Sanguine Brown #6A3F3D

Color information

#6A3F3D (or 0x6A3F3D) is unknown color: approx Sanguine Brown. HEX triplet: 6A, 3F and 3D. RGB value is (106,63,61). Sum of RGB (Red+Green+Blue) = 106+63+61=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3F3D is #95C0C2. Grayscale: #4B4B4B. Windows color (decimal): -9814211 or 4013930. OLE color: 4013930.

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

Color convert

RGB1066361-
CMYK00.410.420.58
HSL2.67º26.95%32.75%-
HSV(B)2.67º42.45%41.57%-
XYZ8.566.965.31-
YUV75.63119.75149.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.09%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=46.09%
G=27.39%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106636100.410.420.582.6726.9532.75
Hex6A3F3D0292A3A31b21
Octal1527775051527233341
Binary110101011111111110101010011010101110101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,63,61); }

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

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

 a { background-color: rgb(106,63,61); }

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

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

 span { border-color: rgb(106,63,61); }

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