#6B403D

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

Shades of Sanguine Brown #6B403D

Tints of Sanguine Brown #6B403D

Color information

#6B403D (or 0x6B403D) is unknown color: approx Sanguine Brown. HEX triplet: 6B, 40 and 3D. RGB value is (107,64,61). Sum of RGB (Red+Green+Blue) = 107+64+61=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B403D is #94BFC2. Grayscale: #4C4C4C. Windows color (decimal): -9748419 or 4014187. OLE color: 4014187.

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

Color convert

RGB1076461-
CMYK00.400.430.58
HSL3.91º27.38%32.94%-
HSV(B)3.91º42.99%41.96%-
XYZ8.747.135.33-
YUV76.51119.25149.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=46.12%
G=27.59%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107646100.400.430.583.9127.3832.94
Hex6B403D0282B3A41b21
Octal15310075050537243341
Binary11010111000000111101010100010101111101010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,61); }

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

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

 a { background-color: rgb(107,64,61); }

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

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

 span { border-color: rgb(107,64,61); }

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