#644015

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

Shades of Dark Brown #644015

Tints of Dark Brown #644015

Color information

#644015 (or 0x644015) is unknown color: approx Dark Brown. HEX triplet: 64, 40 and 15. RGB value is (100,64,21). Sum of RGB (Red+Green+Blue) = 100+64+21=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #644015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644015 is #9BBFEA. Grayscale: #464646. Windows color (decimal): -10207211 or 1392740. OLE color: 1392740.

HSL color Cylindrical-coordinate representation of color #644015: hue angle of 32.66º 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 #644015 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1006421-
CMYK00.360.790.61
HSL32.66º65.29%23.73%-
HSV(B)32.66º79%39.22%-
XYZ7.226.431.57-
YUV69.86100.43149.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=54.05%
G=34.59%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100642100.360.790.6132.6665.2923.73
Hex6440150244F3D214118
Octal14410025044117754110130
Binary110010010000001010101001001001111111101100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644015; }

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

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

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

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

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

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

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

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