#64451C

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

Shades of Dark Brown #64451C

Tints of Dark Brown #64451C

Color information

#64451C (or 0x64451C) is unknown color: approx Dark Brown. HEX triplet: 64, 45 and 1C. RGB value is (100,69,28). Sum of RGB (Red+Green+Blue) = 100+69+28=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64451C is #9BBAE3. Grayscale: #494949. Windows color (decimal): -10205924 or 1852772. OLE color: 1852772.

HSL color Cylindrical-coordinate representation of color #64451C: hue angle of 34.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64451C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB1006928-
CMYK00.310.720.61
HSL34.17º56.25%25.1%-
HSV(B)34.17º72%39.22%-
XYZ7.597.052.06-
YUV73.6102.27146.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=50.76%
G=35.03%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100692800.310.720.6134.1756.2525.1
Hex64451C01F483D223819
Octal1441053403711075427031
Binary1100100100010111100011111100100011110110001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64451C; }

 p { color: rgb(100,69,28); }

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

<style>
 a { background-color: #64451C; }

 a { background-color: rgb(100,69,28); }

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

<style>
 span { border-color: #64451C; }

 span { border-color: rgb(100,69,28); }

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