#64481B

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

Shades of Dark Brown #64481B

Tints of Dark Brown #64481B

Color information

#64481B (or 0x64481B) is unknown color: approx Dark Brown. HEX triplet: 64, 48 and 1B. RGB value is (100,72,27). Sum of RGB (Red+Green+Blue) = 100+72+27=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64481B is #9BB7E4. Grayscale: #4B4B4B. Windows color (decimal): -10205157 or 1788004. OLE color: 1788004.

HSL color Cylindrical-coordinate representation of color #64481B: hue angle of 36.99º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64481B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1007227-
CMYK00.280.730.61
HSL36.99º57.48%24.9%-
HSV(B)36.99º73%39.22%-
XYZ7.777.422.06-
YUV75.24100.78145.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=50.25%
G=36.18%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100722700.280.730.6136.9957.4824.9
Hex64481B01C493D253919
Octal1441103303411175457131
Binary1100100100100011011011100100100111110110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64481B; }

 p { color: rgb(100,72,27); }

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

<style>
 a { background-color: #64481B; }

 a { background-color: rgb(100,72,27); }

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

<style>
 span { border-color: #64481B; }

 span { border-color: rgb(100,72,27); }

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