#64401A

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

Shades of Dark Brown #64401A

Tints of Dark Brown #64401A

Color information

#64401A (or 0x64401A) is unknown color: approx Dark Brown. HEX triplet: 64, 40 and 1A. RGB value is (100,64,26). Sum of RGB (Red+Green+Blue) = 100+64+26=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #64401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64401A is #9BBFE5. Grayscale: #464646. Windows color (decimal): -10207206 or 1720420. OLE color: 1720420.

HSL color Cylindrical-coordinate representation of color #64401A: hue angle of 30.81º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64401A is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB1006426-
CMYK00.360.740.61
HSL30.81º58.73%24.71%-
HSV(B)30.81º74%39.22%-
XYZ7.286.451.84-
YUV70.43102.93149.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=52.63%
G=33.68%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100642600.360.740.6130.8158.7324.71
Hex64401A0244A3D1f3b19
Octal1441003204411275377331
Binary1100100100000011010010010010010101111011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64401A; }

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

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

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

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

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

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

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

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