#694140

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

Shades of Sanguine Brown #694140

Tints of Sanguine Brown #694140

Color information

#694140 (or 0x694140) is unknown color: approx Sanguine Brown. HEX triplet: 69, 41 and 40. RGB value is (105,65,64). Sum of RGB (Red+Green+Blue) = 105+65+64=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #694140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694140 is #96BEBF. Grayscale: #4C4C4C. Windows color (decimal): -9879232 or 4211049. OLE color: 4211049.

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

Color convert

RGB1056564-
CMYK00.380.390.59
HSL1.46º24.26%33.14%-
HSV(B)1.46º39.05%41.18%-
XYZ8.647.155.78-
YUV76.85120.75148.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=44.87%
G=27.78%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105656400.380.390.591.4624.2633.14
Hex694140026273B11821
Octal151101100046477313041
Binary1101001100000110000000100110100111111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694140; }

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

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

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

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

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

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

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

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