Html Css Color HEX #643D3C Sanguine Brown

📋 copy color: '#643D3C'

red 100 ◦ green 61 ◦ blue 60

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

Shades of Sanguine Brown #643D3C

Tints of Sanguine Brown #643D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

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

R = 45.25%
G = 27.6%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#643D3C (or 0x643D3C) is known color: Sanguine Brown. HEX triplet: 64, 3D and 3C. RGB value is (100,61,60). Sum of RGB (Red+Green+Blue) = 100+61+60=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #643D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D3C is #9BC2C3. Grayscale: #484848. Windows color (decimal): -10207940 or 3947876. OLE color: 3947876.

HSL color Cylindrical-coordinate representation of color #643D3C: hue angle of 1.5º 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 #643D3C is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 61 60 -
CMYK 0 0.39 0.4 0.61
HSL 1.5º 0.25% 0.31% -
HSV(B) 1.5º 0.4% 0.39% -
XYZ 7.74 6.37 5.1 -
YUV 72.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 100 61 60 0 0.39 0.4 0.61 1.5 0.25 0.31
Hex 64 3D 3C 0 27 28 3D 2 19 1F
Octal 144 75 74 0 47 50 75 2 31 37
Binary 1100100 111101 111100 0 100111 101000 111101 10 11001 11111

Color Harmonies of #643D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643D3C

Black with #643D3C

Text Example


Text Example

White with #643D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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