Html Css Color HEX #444642 Armadillo

📋 copy color: '#444642'

red 68 ◦ green 70 ◦ blue 66

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

Shades of Armadillo #444642

Tints of Armadillo #444642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 33.33%
G = 34.31%
B = 32.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#444642 (or 0x444642) is known color: Armadillo. HEX triplet: 44, 46 and 42. RGB value is (68,70,66). Sum of RGB (Red+Green+Blue) = 68+70+66=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 70 - color contains mainly: green. Hex color #444642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444642 is #BBB9BD. Grayscale: #444444. Windows color (decimal): -12302782 or 4343364. OLE color: 4343364.

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

Color convert

RGB 68 70 66 -
CMYK 0.03 0 0.06 0.73
HSL 90º 0.03% 0.27% -
HSV(B) 90º 0.06% 0.27% -
XYZ 5.56 6 6.02 -
YUV 68.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 68 70 66 0.03 0 0.06 0.73 90 0.03 0.27
Hex 44 46 42 3 0 6 49 5A 3 1B
Octal 104 106 102 3 0 6 111 132 3 33
Binary 1000100 1000110 1000010 11 0 110 1001001 1011010 11 11011

Color Harmonies of #444642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444642

Black with #444642

Text Example


Text Example

White with #444642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444642; }

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

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

background-color css

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

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

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

border-color css

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

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

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