#64403D

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

Shades of Sanguine Brown #64403D

Tints of Sanguine Brown #64403D

Color information

#64403D (or 0x64403D) is unknown color: approx Sanguine Brown. HEX triplet: 64, 40 and 3D. RGB value is (100,64,61). Sum of RGB (Red+Green+Blue) = 100+64+61=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64403D is #9BBFC2. Grayscale: #4A4A4A. Windows color (decimal): -10207171 or 4014180. OLE color: 4014180.

HSL color Cylindrical-coordinate representation of color #64403D: hue angle of 4.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64403D is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB1006461-
CMYK00.360.390.61
HSL4.62º24.22%31.57%-
HSV(B)4.62º39%39.22%-
XYZ7.936.715.29-
YUV74.42120.43146.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=44.44%
G=28.44%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100646100.360.390.614.6224.2231.57
Hex64403D024273D51820
Octal14410075044477553040
Binary11001001000000111101010010010011111110110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64403D; }

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

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

<style>
 a { background-color: #64403D; }

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

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

<style>
 span { border-color: #64403D; }

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

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