#64431E

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

Shades of Dark Brown #64431E

Tints of Dark Brown #64431E

Color information

#64431E (or 0x64431E) is unknown color: approx Dark Brown. HEX triplet: 64, 43 and 1E. RGB value is (100,67,30). Sum of RGB (Red+Green+Blue) = 100+67+30=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64431E is #9BBCE1. Grayscale: #484848. Windows color (decimal): -10206434 or 1983332. OLE color: 1983332.

HSL color Cylindrical-coordinate representation of color #64431E: hue angle of 31.71º 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 #64431E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB1006730-
CMYK00.330.700.61
HSL31.71º53.85%25.49%-
HSV(B)31.71º70%39.22%-
XYZ7.56.822.15-
YUV72.65103.93147.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=50.76%
G=34.01%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100673000.330.700.6131.7153.8525.49
Hex64431E021463D203619
Octal1441033604110675406631
Binary11001001000011111100100001100011011110110000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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