#643B38

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

Shades of Sanguine Brown #643B38

Tints of Sanguine Brown #643B38

Color information

#643B38 (or 0x643B38) is unknown color: approx Sanguine Brown. HEX triplet: 64, 3B and 38. RGB value is (100,59,56). Sum of RGB (Red+Green+Blue) = 100+59+56=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #643B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643B38 is #9BC4C7. Grayscale: #464646. Windows color (decimal): -10208456 or 3685220. OLE color: 3685220.

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

Color convert

RGB1005956-
CMYK00.410.440.61
HSL4.09º28.21%30.59%-
HSV(B)4.09º44%39.22%-
XYZ7.536.124.53-
YUV70.92119.58148.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=46.51%
G=27.44%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100595600.410.440.614.0928.2130.59
Hex643B380292C3D41c1f
Octal1447370051547543437
Binary110010011101111100001010011011001111011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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