#643D3A

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

Shades of Sanguine Brown #643D3A

Tints of Sanguine Brown #643D3A

Color information

#643D3A (or 0x643D3A) is unknown color: approx Sanguine Brown. HEX triplet: 64, 3D and 3A. RGB value is (100,61,58). Sum of RGB (Red+Green+Blue) = 100+61+58=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #643D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D3A is #9BC2C5. Grayscale: #484848. Windows color (decimal): -10207942 or 3816804. OLE color: 3816804.

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

Color convert

RGB1006158-
CMYK00.390.420.61
HSL4.29º26.58%30.98%-
HSV(B)4.29º42%39.22%-
XYZ7.696.354.82-
YUV72.32119.92147.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=45.66%
G=27.85%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100615800.390.420.614.2926.5830.98
Hex643D3A0272A3D41b1f
Octal1447572047527543337
Binary110010011110111101001001111010101111011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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