#64431F

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

Shades of Dark Brown #64431F

Tints of Dark Brown #64431F

Color information

#64431F (or 0x64431F) is unknown color: approx Dark Brown. HEX triplet: 64, 43 and 1F. RGB value is (100,67,31). Sum of RGB (Red+Green+Blue) = 100+67+31=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64431F is #9BBCE0. Grayscale: #484848. Windows color (decimal): -10206433 or 2048868. OLE color: 2048868.

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

Color convert

RGB1006731-
CMYK00.330.690.61
HSL31.3º52.67%25.69%-
HSV(B)31.3º69%39.22%-
XYZ7.516.822.22-
YUV72.76104.43147.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.51%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=50.51%
G=33.84%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100673100.330.690.6131.352.6725.69
Hex64431F021453D1f351a
Octal1441033704110575376532
Binary1100100100001111111010000110001011111011111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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