#643D3B

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

Shades of Sanguine Brown #643D3B

Tints of Sanguine Brown #643D3B

Color information

#643D3B (or 0x643D3B) is unknown color: approx Sanguine Brown. HEX triplet: 64, 3D and 3B. RGB value is (100,61,59). Sum of RGB (Red+Green+Blue) = 100+61+59=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #643D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D3B is #9BC2C4. Grayscale: #484848. Windows color (decimal): -10207941 or 3882340. OLE color: 3882340.

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

Color convert

RGB1006159-
CMYK00.390.410.61
HSL2.93º25.79%31.18%-
HSV(B)2.93º41%39.22%-
XYZ7.716.364.96-
YUV72.43120.42147.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=45.45%
G=27.73%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100615900.390.410.612.9325.7931.18
Hex643D3B027293D31a1f
Octal1447573047517533237
Binary11001001111011110110100111101001111101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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