Html Css Color HEX #643B3B Sanguine Brown

📋 copy color: '#643B3B'

red 100 ◦ green 59 ◦ blue 59

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

Shades of Sanguine Brown #643B3B

Tints of Sanguine Brown #643B3B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.06%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 45.87%
G = 27.06%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#643B3B (or 0x643B3B) is known color: Sanguine Brown. HEX triplet: 64, 3B and 3B. RGB value is (100,59,59). Sum of RGB (Red+Green+Blue) = 100+59+59=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #643B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643B3B is #9BC4C4. Grayscale: #474747. Windows color (decimal): -10208453 or 3881828. OLE color: 3881828.

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

Color convert

RGB 100 59 59 -
CMYK 0 0.41 0.41 0.61
HSL 0.26% 0.31% -
HSV(B) 0.41% 0.39% -
XYZ 7.61 6.15 4.92 -
YUV 71.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 100 59 59 0 0.41 0.41 0.61 0 0.26 0.31
Hex 64 3B 3B 0 29 29 3D 0 1A 1F
Octal 144 73 73 0 51 51 75 0 32 37
Binary 1100100 111011 111011 0 101001 101001 111101 0 11010 11111

Color Harmonies of #643B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643B3B

Black with #643B3B

Text Example


Text Example

White with #643B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,59,59); }

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

background-color css

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

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

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

border-color css

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

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

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