Html Css Color HEX #66765D Axolotl

📋 copy color: '#66765D'

red 102 ◦ green 118 ◦ blue 93

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

Shades of Axolotl #66765D

Tints of Axolotl #66765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 32.59%
G = 37.7%
B = 29.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#66765D (or 0x66765D) is known color: Axolotl. HEX triplet: 66, 76 and 5D. RGB value is (102,118,93). Sum of RGB (Red+Green+Blue) = 102+118+93=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #66765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66765D is #9989A2. Grayscale: #6E6E6E. Windows color (decimal): -10062243 or 6125158. OLE color: 6125158.

HSL color Cylindrical-coordinate representation of color #66765D: hue angle of 98.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66765D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 93 -
CMYK 0.14 0 0.21 0.54
HSL 98.4º 0.12% 0.41% -
HSV(B) 98.4º 0.21% 0.46% -
XYZ 13.93 16.57 12.82 -
YUV 110.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 102 118 93 0.14 0 0.21 0.54 98.4 0.12 0.41
Hex 66 76 5D E 0 15 36 62 C 29
Octal 146 166 135 16 0 25 66 142 14 51
Binary 1100110 1110110 1011101 1110 0 10101 110110 1100010 1100 101001

Color Harmonies of #66765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66765D

Black with #66765D

Text Example


Text Example

White with #66765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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