Html Css Color HEX #666D62 Axolotl

📋 copy color: '#666D62'

red 102 ◦ green 109 ◦ blue 98

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

Shades of Axolotl #666D62

Tints of Axolotl #666D62

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 33.01%
G = 35.28%
B = 31.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#666D62 (or 0x666D62) is known color: Axolotl. HEX triplet: 66, 6D and 62. RGB value is (102,109,98). Sum of RGB (Red+Green+Blue) = 102+109+98=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #666D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D62 is #99929D. Grayscale: #696969. Windows color (decimal): -10064542 or 6450534. OLE color: 6450534.

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

Color convert

RGB 102 109 98 -
CMYK 0.06 0 0.10 0.57
HSL 98.18º 0.05% 0.41% -
HSV(B) 98.18º 0.1% 0.43% -
XYZ 13.15 14.64 13.69 -
YUV 105.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 102 109 98 0.06 0 0.10 0.57 98.18 0.05 0.41
Hex 66 6D 62 6 0 A 39 62 5 29
Octal 146 155 142 6 0 12 71 142 5 51
Binary 1100110 1101101 1100010 110 0 1010 111001 1100010 101 101001

Color Harmonies of #666D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D62

Black with #666D62

Text Example


Text Example

White with #666D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,109,98); }

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

background-color css

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

 a { background-color: rgb(102,109,98); }

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

border-color css

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

 span { border-color: rgb(102,109,98); }

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