#6F4242

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

Shades of Sanguine Brown #6F4242

Tints of Sanguine Brown #6F4242

Color information

#6F4242 (or 0x6F4242) is unknown color: approx Sanguine Brown. HEX triplet: 6F, 42 and 42. RGB value is (111,66,66). Sum of RGB (Red+Green+Blue) = 111+66+66=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4242 is #90BDBD. Grayscale: #4F4F4F. Windows color (decimal): -9485758 or 4342383. OLE color: 4342383.

HSL color Cylindrical-coordinate representation of color #6F4242: hue angle of 0º degrees, saturation: 0.25, 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 #6F4242 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1116666-
CMYK00.410.410.56
HSL25.42%34.71%-
HSV(B)40.54%43.53%-
XYZ9.497.676.13-
YUV79.46120.41150.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=45.68%
G=27.16%
B=27.16%

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
Decimal111666600.410.410.56025.4234.71
Hex6F4242029293801923
Octal157102102051517003143
Binary1101111100001010000100101001101001111000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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