#64451B

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

Shades of Dark Brown #64451B

Tints of Dark Brown #64451B

Color information

#64451B (or 0x64451B) is unknown color: approx Dark Brown. HEX triplet: 64, 45 and 1B. RGB value is (100,69,27). Sum of RGB (Red+Green+Blue) = 100+69+27=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64451B is #9BBAE4. Grayscale: #494949. Windows color (decimal): -10205925 or 1787236. OLE color: 1787236.

HSL color Cylindrical-coordinate representation of color #64451B: hue angle of 34.52º 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 #64451B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1006927-
CMYK00.310.730.61
HSL34.52º57.48%24.9%-
HSV(B)34.52º73%39.22%-
XYZ7.587.042-
YUV73.48101.77146.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=51.02%
G=35.20%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100692700.310.730.6134.5257.4824.9
Hex64451B01F493D233919
Octal1441053303711175437131
Binary1100100100010111011011111100100111110110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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