Html Css Color HEX #644418 Dark Brown

📋 copy color: '#644418'

red 100 ◦ green 68 ◦ blue 24

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

Shades of Dark Brown #644418

Tints of Dark Brown #644418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 52.08%
G = 35.42%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#644418 (or 0x644418) is known color: Dark Brown. HEX triplet: 64, 44 and 18. RGB value is (100,68,24). Sum of RGB (Red+Green+Blue) = 100+68+24=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #644418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644418 is #9BBBE7. Grayscale: #484848. Windows color (decimal): -10206184 or 1590372. OLE color: 1590372.

HSL color Cylindrical-coordinate representation of color #644418: hue angle of 34.74º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #644418 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 68 24 -
CMYK 0 0.32 0.76 0.61
HSL 34.74º 0.61% 0.24% -
HSV(B) 34.74º 0.76% 0.39% -
XYZ 7.49 6.91 1.8 -
YUV 72.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 100 68 24 0 0.32 0.76 0.61 34.74 0.61 0.24
Hex 64 44 18 0 20 4C 3D 23 3D 18
Octal 144 104 30 0 40 114 75 43 75 30
Binary 1100100 1000100 11000 0 100000 1001100 111101 100011 111101 11000

Color Harmonies of #644418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644418

Black with #644418

Text Example


Text Example

White with #644418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644418; }

 p { color: rgb(100,68,24); }

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

background-color css

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

 a { background-color: rgb(100,68,24); }

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

border-color css

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

 span { border-color: rgb(100,68,24); }

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