Html Css Color HEX #66745F Axolotl

📋 copy color: '#66745F'

red 102 ◦ green 116 ◦ blue 95

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

Shades of Axolotl #66745F

Tints of Axolotl #66745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 32.59%
G = 37.06%
B = 30.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#66745F (or 0x66745F) is known color: Axolotl. HEX triplet: 66, 74 and 5F. RGB value is (102,116,95). Sum of RGB (Red+Green+Blue) = 102+116+95=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #66745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66745F is #998BA0. Grayscale: #6D6D6D. Windows color (decimal): -10062753 or 6255718. OLE color: 6255718.

HSL color Cylindrical-coordinate representation of color #66745F: hue angle of 100º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66745F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 95 -
CMYK 0.12 0 0.18 0.55
HSL 100º 0.1% 0.41% -
HSV(B) 100º 0.18% 0.45% -
XYZ 13.79 16.14 13.22 -
YUV 109.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 102 116 95 0.12 0 0.18 0.55 100 0.1 0.41
Hex 66 74 5F C 0 12 37 64 A 29
Octal 146 164 137 14 0 22 67 144 12 51
Binary 1100110 1110100 1011111 1100 0 10010 110111 1100100 1010 101001

Color Harmonies of #66745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66745F

Black with #66745F

Text Example


Text Example

White with #66745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66745F; }

 p { color: rgb(102,116,95); }

 H1.HeaderClassName
 {
   color: #66745F;
 }
 .AnyTagClassName
 {
   color: #66745F;
 }
</style>

background-color css

<style>
 a { background-color: #66745F; }

 a { background-color: rgb(102,116,95); }

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

border-color css

<style>
 span { border-color: #66745F; }

 span { border-color: rgb(102,116,95); }

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