#674241

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

Shades of Sanguine Brown #674241

Tints of Sanguine Brown #674241

Color information

#674241 (or 0x674241) is unknown color: approx Sanguine Brown. HEX triplet: 67, 42 and 41. RGB value is (103,66,65). Sum of RGB (Red+Green+Blue) = 103+66+65=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #674241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674241 is #98BDBE. Grayscale: #4C4C4C. Windows color (decimal): -10010047 or 4276839. OLE color: 4276839.

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

Color convert

RGB1036665-
CMYK00.360.370.60
HSL1.58º22.62%32.94%-
HSV(B)1.58º36.89%40.39%-
XYZ8.57.165.94-
YUV76.95121.26146.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=44.02%
G=28.21%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103666500.360.370.601.5822.6232.94
Hex674241024253C21721
Octal147102101044457422741
Binary11001111000010100000101001001001011111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674241; }

 p { color: rgb(103,66,65); }

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

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

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

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

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

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

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