#643D3C

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

Shades of Sanguine Brown #643D3C

Tints of Sanguine Brown #643D3C

Color information

#643D3C (or 0x643D3C) is unknown color: approx Sanguine Brown. HEX triplet: 64, 3D and 3C. RGB value is (100,61,60). Sum of RGB (Red+Green+Blue) = 100+61+60=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #643D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D3C is #9BC2C3. Grayscale: #484848. Windows color (decimal): -10207940 or 3947876. OLE color: 3947876.

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

Color convert

RGB1006160-
CMYK00.390.40.61
HSL1.5º25%31.37%-
HSV(B)1.5º40%39.22%-
XYZ7.746.375.1-
YUV72.55120.92147.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=45.25%
G=27.60%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100616000.390.40.611.52531.37
Hex643D3C027283D2191f
Octal1447574047507523137
Binary11001001111011111000100111101000111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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