Html Css Color HEX #644241 Woody Brown

📋 copy color: '#644241'

red 100 ◦ green 66 ◦ blue 65

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

Shades of Woody Brown #644241

Tints of Woody Brown #644241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 43.29%
G = 28.57%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#644241 (or 0x644241) is known color: Woody Brown. HEX triplet: 64, 42 and 41. RGB value is (100,66,65). Sum of RGB (Red+Green+Blue) = 100+66+65=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #644241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644241 is #9BBDBE. Grayscale: #4C4C4C. Windows color (decimal): -10206655 or 4276836. OLE color: 4276836.

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

Color convert

RGB 100 66 65 -
CMYK 0 0.34 0.35 0.61
HSL 1.71º 0.21% 0.32% -
HSV(B) 1.71º 0.35% 0.39% -
XYZ 8.16 6.99 5.92 -
YUV 76.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 100 66 65 0 0.34 0.35 0.61 1.71 0.21 0.32
Hex 64 42 41 0 22 23 3D 2 15 20
Octal 144 102 101 0 42 43 75 2 25 40
Binary 1100100 1000010 1000001 0 100010 100011 111101 10 10101 100000

Color Harmonies of #644241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644241

Black with #644241

Text Example


Text Example

White with #644241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644241; }

 p { color: rgb(100,66,65); }

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

background-color css

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

 a { background-color: rgb(100,66,65); }

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

border-color css

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

 span { border-color: rgb(100,66,65); }

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