#64421E

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

Shades of Dark Brown #64421E

Tints of Dark Brown #64421E

Color information

#64421E (or 0x64421E) is unknown color: approx Dark Brown. HEX triplet: 64, 42 and 1E. RGB value is (100,66,30). Sum of RGB (Red+Green+Blue) = 100+66+30=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64421E is #9BBDE1. Grayscale: #484848. Windows color (decimal): -10206690 or 1983076. OLE color: 1983076.

HSL color Cylindrical-coordinate representation of color #64421E: hue angle of 30.86º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64421E is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB1006630-
CMYK00.340.700.61
HSL30.86º53.85%25.49%-
HSV(B)30.86º70%39.22%-
XYZ7.446.72.13-
YUV72.06104.26147.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=51.02%
G=33.67%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100663000.340.700.6130.8653.8525.49
Hex64421E022463D1f3619
Octal1441023604210675376631
Binary1100100100001011110010001010001101111011111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64421E; }

 p { color: rgb(100,66,30); }

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

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

 a { background-color: rgb(100,66,30); }

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

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

 span { border-color: rgb(100,66,30); }

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