#643D39

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

Shades of Sanguine Brown #643D39

Tints of Sanguine Brown #643D39

Color information

#643D39 (or 0x643D39) is unknown color: approx Sanguine Brown. HEX triplet: 64, 3D and 39. RGB value is (100,61,57). Sum of RGB (Red+Green+Blue) = 100+61+57=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #643D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D39 is #9BC2C6. Grayscale: #484848. Windows color (decimal): -10207943 or 3751268. OLE color: 3751268.

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

Color convert

RGB1006157-
CMYK00.390.430.61
HSL5.58º27.39%30.78%-
HSV(B)5.58º43%39.22%-
XYZ7.666.344.69-
YUV72.2119.42147.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=45.87%
G=27.98%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100615700.390.430.615.5827.3930.78
Hex643D390272B3D61b1f
Octal1447571047537563337
Binary110010011110111100101001111010111111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #643D39;
 }
 .AnyTagClassName
 {
   color: #643D39;
 }
</style>
background-color css

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

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

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

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

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

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