Html Css Color HEX #644140 Sanguine Brown

📋 copy color: '#644140'

red 100 ◦ green 65 ◦ blue 64

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

Shades of Sanguine Brown #644140

Tints of Sanguine Brown #644140

RGB

 RED value IS 100 (39.45% from 255) = 43.67%

 GREEN value IS 65 (25.78% from 255) = 28.38%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 43.67%
G = 28.38%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#644140 (or 0x644140) is known color: Sanguine Brown. HEX triplet: 64, 41 and 40. RGB value is (100,65,64). Sum of RGB (Red+Green+Blue) = 100+65+64=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #644140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644140 is #9BBEBF. Grayscale: #4B4B4B. Windows color (decimal): -10206912 or 4211044. OLE color: 4211044.

HSL color Cylindrical-coordinate representation of color #644140: hue angle of 1.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644140 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 65 64 -
CMYK 0 0.35 0.36 0.61
HSL 1.67º 0.22% 0.32% -
HSV(B) 1.67º 0.36% 0.39% -
XYZ 8.07 6.86 5.75 -
YUV 75.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 100 65 64 0 0.35 0.36 0.61 1.67 0.22 0.32
Hex 64 41 40 0 23 24 3D 2 16 20
Octal 144 101 100 0 43 44 75 2 26 40
Binary 1100100 1000001 1000000 0 100011 100100 111101 10 10110 100000

Color Harmonies of #644140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644140

Black with #644140

Text Example


Text Example

White with #644140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644140; }

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

 H1.HeaderClassName
 {
   color: #644140;
 }
 .AnyTagClassName
 {
   color: #644140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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