Html Css Color HEX #694040 Sanguine Brown

📋 copy color: '#694040'

red 105 ◦ green 64 ◦ blue 64

#694040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sanguine Brown #694040

Tints of Sanguine Brown #694040

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 value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#694040 (or 0x694040) is known color: 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

RGB 105 64 64 -
CMYK 0 0.39 0.39 0.59
HSL 0.24% 0.33% -
HSV(B) 0.39% 0.41% -
XYZ 8.58 7.04 5.76 -
YUV 76.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 105 64 64 0 0.39 0.39 0.59 0 0.24 0.33
Hex 69 40 40 0 27 27 3B 0 18 21
Octal 151 100 100 0 47 47 73 0 30 41
Binary 1101001 1000000 1000000 0 100111 100111 111011 0 11000 100001

Color Harmonies of #694040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694040

Black with #694040

Text Example


Text Example

White with #694040

Text Example


Text Example

HTML Codes & Css Web 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>