#644A1F

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

Shades of Dark Brown #644A1F

Tints of Dark Brown #644A1F

Color information

#644A1F (or 0x644A1F) is unknown color: approx Dark Brown. HEX triplet: 64, 4A and 1F. RGB value is (100,74,31). Sum of RGB (Red+Green+Blue) = 100+74+31=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #644A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A1F is #9BB5E0. Grayscale: #4D4D4D. Windows color (decimal): -10204641 or 2050660. OLE color: 2050660.

HSL color Cylindrical-coordinate representation of color #644A1F: hue angle of 37.39º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #644A1F is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB1007431-
CMYK00.260.690.61
HSL37.39º52.67%25.69%-
HSV(B)37.39º69%39.22%-
XYZ7.957.712.36-
YUV76.87102.11144.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.78%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=48.78%
G=36.10%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100743100.260.690.6137.3952.6725.69
Hex644A1F01A453D25351a
Octal1441123703210575456532
Binary1100100100101011111011010100010111110110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644A1F; }

 p { color: rgb(100,74,31); }

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

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

 a { background-color: rgb(100,74,31); }

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

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

 span { border-color: rgb(100,74,31); }

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