#644515

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

Shades of Dark Brown #644515

Tints of Dark Brown #644515

Color information

#644515 (or 0x644515) is unknown color: approx Dark Brown. HEX triplet: 64, 45 and 15. RGB value is (100,69,21). Sum of RGB (Red+Green+Blue) = 100+69+21=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #644515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644515 is #9BBAEA. Grayscale: #494949. Windows color (decimal): -10205931 or 1394020. OLE color: 1394020.

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

Color convert

RGB1006921-
CMYK00.310.790.61
HSL36.46º65.29%23.73%-
HSV(B)36.46º79%39.22%-
XYZ7.527.021.67-
YUV72.898.77147.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=52.63%
G=36.32%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100692100.310.790.6136.4665.2923.73
Hex64451501F4F3D244118
Octal14410525037117754410130
Binary11001001000101101010111111001111111101100100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644515; }

 p { color: rgb(100,69,21); }

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

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

 a { background-color: rgb(100,69,21); }

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

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

 span { border-color: rgb(100,69,21); }

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