Html Css Color HEX #643C3C Sanguine Brown

📋 copy color: '#643C3C'

red 100 ◦ green 60 ◦ blue 60

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

Shades of Sanguine Brown #643C3C

Tints of Sanguine Brown #643C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.27%

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

R = 45.45%
G = 27.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#643C3C (or 0x643C3C) is known color: Sanguine Brown. HEX triplet: 64, 3C and 3C. RGB value is (100,60,60). Sum of RGB (Red+Green+Blue) = 100+60+60=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #643C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C3C is #9BC3C3. Grayscale: #484848. Windows color (decimal): -10208196 or 3947620. OLE color: 3947620.

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

Color convert

RGB 100 60 60 -
CMYK 0 0.4 0.4 0.61
HSL 0.25% 0.31% -
HSV(B) 0.4% 0.39% -
XYZ 7.69 6.27 5.08 -
YUV 71.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 100 60 60 0 0.4 0.4 0.61 0 0.25 0.31
Hex 64 3C 3C 0 28 28 3D 0 19 1F
Octal 144 74 74 0 50 50 75 0 31 37
Binary 1100100 111100 111100 0 101000 101000 111101 0 11001 11111

Color Harmonies of #643C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643C3C

Black with #643C3C

Text Example


Text Example

White with #643C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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