Html Css Color HEX #666E61 Axolotl

📋 copy color: '#666E61'

red 102 ◦ green 110 ◦ blue 97

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

Shades of Axolotl #666E61

Tints of Axolotl #666E61

RGB

 RED value IS 102 (40.23% from 255) = 33.01%

 GREEN value IS 110 (43.36% from 255) = 35.6%

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 33.01%
G = 35.6%
B = 31.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#666E61 (or 0x666E61) is known color: Axolotl. HEX triplet: 66, 6E and 61. RGB value is (102,110,97). Sum of RGB (Red+Green+Blue) = 102+110+97=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 110 - color contains mainly: green. Hex color #666E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E61 is #99919E. Grayscale: #6A6A6A. Windows color (decimal): -10064287 or 6385254. OLE color: 6385254.

HSL color Cylindrical-coordinate representation of color #666E61: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666E61 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 110 97 -
CMYK 0.07 0 0.12 0.57
HSL 96.92º 0.06% 0.41% -
HSV(B) 96.92º 0.12% 0.43% -
XYZ 13.21 14.84 13.48 -
YUV 106.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 102 110 97 0.07 0 0.12 0.57 96.92 0.06 0.41
Hex 66 6E 61 7 0 C 39 61 6 29
Octal 146 156 141 7 0 14 71 141 6 51
Binary 1100110 1101110 1100001 111 0 1100 111001 1100001 110 101001

Color Harmonies of #666E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666E61

Black with #666E61

Text Example


Text Example

White with #666E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666E61; }

 p { color: rgb(102,110,97); }

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

background-color css

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

 a { background-color: rgb(102,110,97); }

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

border-color css

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

 span { border-color: rgb(102,110,97); }

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