Html Css Color HEX #444641 Armadillo

📋 copy color: '#444641'

red 68 ◦ green 70 ◦ blue 65

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

Shades of Armadillo #444641

Tints of Armadillo #444641

RGB

 RED value IS 68 (26.95% from 255) = 33.5%

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 33.5%
G = 34.48%
B = 32.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#444641 (or 0x444641) is known color: Armadillo. HEX triplet: 44, 46 and 41. RGB value is (68,70,65). Sum of RGB (Red+Green+Blue) = 68+70+65=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 70 - color contains mainly: green. Hex color #444641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444641 is #BBB9BE. Grayscale: #444444. Windows color (decimal): -12302783 or 4277828. OLE color: 4277828.

HSL color Cylindrical-coordinate representation of color #444641: hue angle of 84º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #444641 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 70 65 -
CMYK 0.03 0 0.07 0.73
HSL 84º 0.04% 0.26% -
HSV(B) 84º 0.07% 0.27% -
XYZ 5.53 5.99 5.87 -
YUV 68.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 68 70 65 0.03 0 0.07 0.73 84 0.04 0.26
Hex 44 46 41 3 0 7 49 54 4 1A
Octal 104 106 101 3 0 7 111 124 4 32
Binary 1000100 1000110 1000001 11 0 111 1001001 1010100 100 11010

Color Harmonies of #444641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444641

Black with #444641

Text Example


Text Example

White with #444641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444641; }

 p { color: rgb(68,70,65); }

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

background-color css

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

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

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

border-color css

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

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

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