#694040

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

Shades of Sanguine Brown #694040

Tints of Sanguine Brown #694040

Color information

#694040 (or 0x694040) is unknown color: approx Sanguine Brown. HEX triplet: 69, 40 and 40. RGB value is (105,64,64). Sum of RGB (Red+Green+Blue) = 105+64+64=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #694040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694040 is #96BFBF. Grayscale: #4C4C4C. Windows color (decimal): -9879488 or 4210793. OLE color: 4210793.

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

Color convert

RGB1056464-
CMYK00.390.390.59
HSL24.26%33.14%-
HSV(B)39.05%41.18%-
XYZ8.587.045.76-
YUV76.26121.08148.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=45.06%
G=27.47%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105646400.390.390.59024.2633.14
Hex694040027273B01821
Octal151100100047477303041
Binary1101001100000010000000100111100111111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694040; }

 p { color: rgb(105,64,64); }

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

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

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

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

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

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

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