Html Css Color HEX #694140 Sanguine Brown

📋 copy color: '#694140'

red 105 ◦ green 65 ◦ blue 64

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

Shades of Sanguine Brown #694140

Tints of Sanguine Brown #694140

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

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 105 65 64 -
CMYK 0 0.38 0.39 0.59
HSL 1.46º 0.24% 0.33% -
HSV(B) 1.46º 0.39% 0.41% -
XYZ 8.64 7.15 5.78 -
YUV 76.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 105 65 64 0 0.38 0.39 0.59 1.46 0.24 0.33
Hex 69 41 40 0 26 27 3B 1 18 21
Octal 151 101 100 0 46 47 73 1 30 41
Binary 1101001 1000001 1000000 0 100110 100111 111011 1 11000 100001

Color Harmonies of #694140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694140

Black with #694140

Text Example


Text Example

White with #694140

Text Example


Text Example

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