Html Css Color HEX #66775D Axolotl

📋 copy color: '#66775D'

red 102 ◦ green 119 ◦ blue 93

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

Shades of Axolotl #66775D

Tints of Axolotl #66775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 32.48%
G = 37.9%
B = 29.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#66775D (or 0x66775D) is known color: Axolotl. HEX triplet: 66, 77 and 5D. RGB value is (102,119,93). Sum of RGB (Red+Green+Blue) = 102+119+93=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #66775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66775D is #9988A2. Grayscale: #6F6F6F. Windows color (decimal): -10061987 or 6125414. OLE color: 6125414.

HSL color Cylindrical-coordinate representation of color #66775D: hue angle of 99.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66775D is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 119 93 -
CMYK 0.14 0 0.22 0.53
HSL 99.23º 0.12% 0.42% -
HSV(B) 99.23º 0.22% 0.47% -
XYZ 14.05 16.81 12.86 -
YUV 110.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 102 119 93 0.14 0 0.22 0.53 99.23 0.12 0.42
Hex 66 77 5D E 0 16 35 63 C 2A
Octal 146 167 135 16 0 26 65 143 14 52
Binary 1100110 1110111 1011101 1110 0 10110 110101 1100011 1100 101010

Color Harmonies of #66775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66775D

Black with #66775D

Text Example


Text Example

White with #66775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66775D; }

 p { color: rgb(102,119,93); }

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

background-color css

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

 a { background-color: rgb(102,119,93); }

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

border-color css

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

 span { border-color: rgb(102,119,93); }

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