Html Css Color HEX #644013 Dark Brown

📋 copy color: '#644013'

red 100 ◦ green 64 ◦ blue 19

#644013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #644013

Tints of Dark Brown #644013

RGB

 RED value IS 100 (39.45% from 255) = 54.64%

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 54.64%
G = 34.97%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#644013 (or 0x644013) is known color: Dark Brown. HEX triplet: 64, 40 and 13. RGB value is (100,64,19). Sum of RGB (Red+Green+Blue) = 100+64+19=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #644013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644013 is #9BBFEC. Grayscale: #454545. Windows color (decimal): -10207213 or 1261668. OLE color: 1261668.

HSL color Cylindrical-coordinate representation of color #644013: hue angle of 33.33º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #644013 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 19 -
CMYK 0 0.36 0.81 0.61
HSL 33.33º 0.68% 0.23% -
HSV(B) 33.33º 0.81% 0.39% -
XYZ 7.21 6.42 1.48 -
YUV 69.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 100 64 19 0 0.36 0.81 0.61 33.33 0.68 0.23
Hex 64 40 13 0 24 51 3D 21 44 17
Octal 144 100 23 0 44 121 75 41 104 27
Binary 1100100 1000000 10011 0 100100 1010001 111101 100001 1000100 10111

Color Harmonies of #644013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644013

Black with #644013

Text Example


Text Example

White with #644013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644013; }

 p { color: rgb(100,64,19); }

 H1.HeaderClassName
 {
   color: #644013;
 }
 .AnyTagClassName
 {
   color: #644013;
 }
</style>

background-color css

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

 a { background-color: rgb(100,64,19); }

 div.DivClassName
 {
   background-color: #644013;
 }
 .BgClassName
 {
   background-color: #644013;
 }
</style>

border-color css

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

 span { border-color: rgb(100,64,19); }

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