#643A3A

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

Shades of Sanguine Brown #643A3A

Tints of Sanguine Brown #643A3A

Color information

#643A3A (or 0x643A3A) is unknown color: approx Sanguine Brown. HEX triplet: 64, 3A and 3A. RGB value is (100,58,58). Sum of RGB (Red+Green+Blue) = 100+58+58=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #643A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643A3A is #9BC5C5. Grayscale: #464646. Windows color (decimal): -10208710 or 3816036. OLE color: 3816036.

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

Color convert

RGB1005858-
CMYK00.420.420.61
HSL26.58%30.98%-
HSV(B)42%39.22%-
XYZ7.536.044.77-
YUV70.56120.91149-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=46.30%
G=26.85%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100585800.420.420.61026.5830.98
Hex643A3A02A2A3D01b1f
Octal1447272052527503337
Binary1100100111010111010010101010101011110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,58,58); }

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

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

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

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

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

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

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