#674240

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

Shades of Sanguine Brown #674240

Tints of Sanguine Brown #674240

Color information

#674240 (or 0x674240) is unknown color: approx Sanguine Brown. HEX triplet: 67, 42 and 40. RGB value is (103,66,64). Sum of RGB (Red+Green+Blue) = 103+66+64=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #674240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674240 is #98BDBF. Grayscale: #4C4C4C. Windows color (decimal): -10010048 or 4211303. OLE color: 4211303.

HSL color Cylindrical-coordinate representation of color #674240: hue angle of 3.08º 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 #674240 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1036664-
CMYK00.360.380.60
HSL3.08º23.35%32.75%-
HSV(B)3.08º37.86%40.39%-
XYZ8.477.155.78-
YUV76.83120.76146.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.21%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=44.21%
G=28.33%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103666400.360.380.603.0823.3532.75
Hex674240024263C31721
Octal147102100044467432741
Binary11001111000010100000001001001001101111001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674240; }

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

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

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

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

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

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

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

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