#6F4140

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

Shades of Sanguine Brown #6F4140

Tints of Sanguine Brown #6F4140

Color information

#6F4140 (or 0x6F4140) is unknown color: approx Sanguine Brown. HEX triplet: 6F, 41 and 40. RGB value is (111,65,64). Sum of RGB (Red+Green+Blue) = 111+65+64=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4140 is #90BEBF. Grayscale: #4E4E4E. Windows color (decimal): -9486016 or 4211055. OLE color: 4211055.

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

Color convert

RGB1116564-
CMYK00.410.420.56
HSL1.28º26.86%34.31%-
HSV(B)1.28º42.34%43.53%-
XYZ9.377.535.81-
YUV78.64119.74151.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=46.25%
G=27.08%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111656400.410.420.561.2826.8634.31
Hex6F41400292A3811b22
Octal157101100051527013342
Binary1101111100000110000000101001101010111000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,64); }

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

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

 a { background-color: rgb(111,65,64); }

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

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

 span { border-color: rgb(111,65,64); }

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