#664141

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

Shades of Sanguine Brown #664141

Tints of Sanguine Brown #664141

Color information

#664141 (or 0x664141) is unknown color: approx Sanguine Brown. HEX triplet: 66, 41 and 41. RGB value is (102,65,65). Sum of RGB (Red+Green+Blue) = 102+65+65=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664141 is #99BEBE. Grayscale: #4C4C4C. Windows color (decimal): -10075839 or 4276582. OLE color: 4276582.

HSL color Cylindrical-coordinate representation of color #664141: hue angle of 0º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664141 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB1026565-
CMYK00.360.360.6
HSL22.16%32.75%-
HSV(B)36.27%40%-
XYZ8.326.995.91-
YUV76.06121.76146.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=43.97%
G=28.02%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102656500.360.360.6022.1632.75
Hex664141024243C01621
Octal146101101044447402641
Binary1100110100000110000010100100100100111100010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664141; }

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

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

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

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

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

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

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

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