Html Css Color HEX #644141 Woody Brown

📋 copy color: '#644141'

red 100 ◦ green 65 ◦ blue 65

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

Shades of Woody Brown #644141

Tints of Woody Brown #644141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

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

R = 43.48%
G = 28.26%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#644141 (or 0x644141) is known color: Woody Brown. HEX triplet: 64, 41 and 41. RGB value is (100,65,65). Sum of RGB (Red+Green+Blue) = 100+65+65=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #644141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644141 is #9BBEBE. Grayscale: #4B4B4B. Windows color (decimal): -10206911 or 4276580. OLE color: 4276580.

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

Color convert

RGB 100 65 65 -
CMYK 0 0.35 0.35 0.61
HSL 0.21% 0.32% -
HSV(B) 0.35% 0.39% -
XYZ 8.1 6.87 5.9 -
YUV 75.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 100 65 65 0 0.35 0.35 0.61 0 0.21 0.32
Hex 64 41 41 0 23 23 3D 0 15 20
Octal 144 101 101 0 43 43 75 0 25 40
Binary 1100100 1000001 1000001 0 100011 100011 111101 0 10101 100000

Color Harmonies of #644141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644141

Black with #644141

Text Example


Text Example

White with #644141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644141; }

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

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

background-color css

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

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

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

border-color css

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

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

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