#643C38

Color #643C38 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #643C38

Tints of Sanguine Brown #643C38

Color information

#643C38 (or 0x643C38) is unknown color: approx 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

RGB1006056-
CMYK00.40.440.61
HSL5.45º28.21%30.59%-
HSV(B)5.45º44%39.22%-
XYZ7.596.234.54-
YUV71.5119.25148.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=46.30%
G=27.78%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100605600.40.440.615.4528.2130.59
Hex643C380282C3D51c1f
Octal1447470050547553437
Binary110010011110011100001010001011001111011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>