Html Css Color HEX #66755E Axolotl

📋 copy color: '#66755E'

red 102 ◦ green 117 ◦ blue 94

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

Shades of Axolotl #66755E

Tints of Axolotl #66755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 32.59%
G = 37.38%
B = 30.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#66755E (or 0x66755E) is known color: Axolotl. HEX triplet: 66, 75 and 5E. RGB value is (102,117,94). Sum of RGB (Red+Green+Blue) = 102+117+94=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #66755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66755E is #998AA1. Grayscale: #6D6D6D. Windows color (decimal): -10062498 or 6190438. OLE color: 6190438.

HSL color Cylindrical-coordinate representation of color #66755E: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66755E is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 94 -
CMYK 0.13 0 0.20 0.54
HSL 99.13º 0.11% 0.41% -
HSV(B) 99.13º 0.2% 0.46% -
XYZ 13.86 16.36 13.02 -
YUV 109.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 102 117 94 0.13 0 0.20 0.54 99.13 0.11 0.41
Hex 66 75 5E D 0 14 36 63 B 29
Octal 146 165 136 15 0 24 66 143 13 51
Binary 1100110 1110101 1011110 1101 0 10100 110110 1100011 1011 101001

Color Harmonies of #66755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66755E

Black with #66755E

Text Example


Text Example

White with #66755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66755E; }

 p { color: rgb(102,117,94); }

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

background-color css

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

 a { background-color: rgb(102,117,94); }

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

border-color css

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

 span { border-color: rgb(102,117,94); }

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