Html Css Color HEX #643E3C Sanguine Brown

📋 copy color: '#643E3C'

red 100 ◦ green 62 ◦ blue 60

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

Shades of Sanguine Brown #643E3C

Tints of Sanguine Brown #643E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.93%

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 45.05%
G = 27.93%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#643E3C (or 0x643E3C) is known color: Sanguine Brown. HEX triplet: 64, 3E and 3C. RGB value is (100,62,60). Sum of RGB (Red+Green+Blue) = 100+62+60=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #643E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E3C is #9BC1C3. Grayscale: #494949. Windows color (decimal): -10207684 or 3948132. OLE color: 3948132.

HSL color Cylindrical-coordinate representation of color #643E3C: hue angle of 3º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643E3C is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 62 60 -
CMYK 0 0.38 0.4 0.61
HSL 0.25% 0.31% -
HSV(B) 0.4% 0.39% -
XYZ 7.79 6.48 5.12 -
YUV 73.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 100 62 60 0 0.38 0.4 0.61 3 0.25 0.31
Hex 64 3E 3C 0 26 28 3D 3 19 1F
Octal 144 76 74 0 46 50 75 3 31 37
Binary 1100100 111110 111100 0 100110 101000 111101 11 11001 11111

Color Harmonies of #643E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643E3C

Black with #643E3C

Text Example


Text Example

White with #643E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643E3C; }

 p { color: rgb(100,62,60); }

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

background-color css

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

 a { background-color: rgb(100,62,60); }

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

border-color css

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

 span { border-color: rgb(100,62,60); }

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