Html Css Color HEX #643C38 Sanguine Brown

📋 copy color: '#643C38'

red 100 ◦ green 60 ◦ blue 56

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

Shades of Sanguine Brown #643C38

Tints of Sanguine Brown #643C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.93%

R = 46.3%
G = 27.78%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#643C38 (or 0x643C38) is known color: Sanguine Brown. HEX triplet: 64, 3C and 38. RGB value is (100,60,56). Sum of RGB (Red+Green+Blue) = 100+60+56=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #643C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C38 is #9BC3C7. Grayscale: #474747. Windows color (decimal): -10208200 or 3685476. OLE color: 3685476.

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

Color convert

RGB 100 60 56 -
CMYK 0 0.4 0.44 0.61
HSL 5.45º 0.28% 0.31% -
HSV(B) 5.45º 0.44% 0.39% -
XYZ 7.59 6.23 4.54 -
YUV 71.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 100 60 56 0 0.4 0.44 0.61 5.45 0.28 0.31
Hex 64 3C 38 0 28 2C 3D 5 1C 1F
Octal 144 74 70 0 50 54 75 5 34 37
Binary 1100100 111100 111000 0 101000 101100 111101 101 11100 11111

Color Harmonies of #643C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643C38

Black with #643C38

Text Example


Text Example

White with #643C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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