#644313

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

Shades of Dark Brown #644313

Tints of Dark Brown #644313

Color information

#644313 (or 0x644313) is unknown color: approx Dark Brown. HEX triplet: 64, 43 and 13. RGB value is (100,67,19). Sum of RGB (Red+Green+Blue) = 100+67+19=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #644313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644313 is #9BBCEC. Grayscale: #474747. Windows color (decimal): -10206445 or 1262436. OLE color: 1262436.

HSL color Cylindrical-coordinate representation of color #644313: hue angle of 35.56º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #644313 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB1006719-
CMYK00.330.810.61
HSL35.56º68.07%23.33%-
HSV(B)35.56º81%39.22%-
XYZ7.386.771.53-
YUV71.498.43148.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=53.76%
G=36.02%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100671900.330.810.6135.5668.0723.33
Hex644313021513D244417
Octal14410323041121754410427
Binary110010010000111001101000011010001111101100100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644313; }

 p { color: rgb(100,67,19); }

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

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

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

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

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

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

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