#6F4141

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

Shades of Sanguine Brown #6F4141

Tints of Sanguine Brown #6F4141

Color information

#6F4141 (or 0x6F4141) is unknown color: approx Sanguine Brown. HEX triplet: 6F, 41 and 41. RGB value is (111,65,65). Sum of RGB (Red+Green+Blue) = 111+65+65=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4141 is #90BEBE. Grayscale: #4E4E4E. Windows color (decimal): -9486015 or 4276591. OLE color: 4276591.

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

Color convert

RGB1116565-
CMYK00.410.410.56
HSL26.14%34.51%-
HSV(B)41.44%43.53%-
XYZ9.47.545.96-
YUV78.75120.24151-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=46.06%
G=26.97%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111656500.410.410.56026.1434.51
Hex6F4141029293801a23
Octal157101101051517003243
Binary1101111100000110000010101001101001111000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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