#643F3C

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

Shades of Sanguine Brown #643F3C

Tints of Sanguine Brown #643F3C

Color information

#643F3C (or 0x643F3C) is unknown color: approx Sanguine Brown. HEX triplet: 64, 3F and 3C. RGB value is (100,63,60). Sum of RGB (Red+Green+Blue) = 100+63+60=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #643F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F3C is #9BC0C3. Grayscale: #494949. Windows color (decimal): -10207428 or 3948388. OLE color: 3948388.

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

Color convert

RGB1006360-
CMYK00.370.40.61
HSL4.5º25%31.37%-
HSV(B)4.5º40%39.22%-
XYZ7.856.595.13-
YUV73.72120.26146.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=44.84%
G=28.25%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100636000.370.40.614.52531.37
Hex643F3C025283D4191f
Octal1447774045507543137
Binary110010011111111110001001011010001111011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,63,60); }

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

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

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

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

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

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

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