#64411F

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

Shades of Dark Brown #64411F

Tints of Dark Brown #64411F

Color information

#64411F (or 0x64411F) is unknown color: approx Dark Brown. HEX triplet: 64, 41 and 1F. RGB value is (100,65,31). Sum of RGB (Red+Green+Blue) = 100+65+31=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64411F is #9BBEE0. Grayscale: #474747. Windows color (decimal): -10206945 or 2048356. OLE color: 2048356.

HSL color Cylindrical-coordinate representation of color #64411F: hue angle of 29.57º 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 #64411F is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB1006531-
CMYK00.350.690.61
HSL29.57º52.67%25.69%-
HSV(B)29.57º69%39.22%-
XYZ7.396.592.18-
YUV71.59105.1148.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=51.02%
G=33.16%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100653100.350.690.6129.5752.6725.69
Hex64411F023453D1e351a
Octal1441013704310575366532
Binary1100100100000111111010001110001011111011111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64411F; }

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

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

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

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

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

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

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

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