#674140

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

Shades of Sanguine Brown #674140

Tints of Sanguine Brown #674140

Color information

#674140 (or 0x674140) is unknown color: approx Sanguine Brown. HEX triplet: 67, 41 and 40. RGB value is (103,65,64). Sum of RGB (Red+Green+Blue) = 103+65+64=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #674140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674140 is #98BEBF. Grayscale: #4C4C4C. Windows color (decimal): -10010304 or 4211047. OLE color: 4211047.

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

Color convert

RGB1036564-
CMYK00.370.380.60
HSL1.54º23.35%32.75%-
HSV(B)1.54º37.86%40.39%-
XYZ8.417.035.77-
YUV76.25121.09147.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=44.40%
G=28.02%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103656400.370.380.601.5423.3532.75
Hex674140025263C21721
Octal147101100045467422741
Binary11001111000001100000001001011001101111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674140; }

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

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

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

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

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

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

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

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