Html Css Color HEX #66795C Axolotl

📋 copy color: '#66795C'

red 102 ◦ green 121 ◦ blue 92

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

Shades of Axolotl #66795C

Tints of Axolotl #66795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 32.38%
G = 38.41%
B = 29.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#66795C (or 0x66795C) is known color: Axolotl. HEX triplet: 66, 79 and 5C. RGB value is (102,121,92). Sum of RGB (Red+Green+Blue) = 102+121+92=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #66795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66795C is #9986A3. Grayscale: #707070. Windows color (decimal): -10061476 or 6060390. OLE color: 6060390.

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

Color convert

RGB 102 121 92 -
CMYK 0.16 0 0.24 0.53
HSL 99.31º 0.14% 0.42% -
HSV(B) 99.31º 0.24% 0.47% -
XYZ 14.25 17.27 12.71 -
YUV 112.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 102 121 92 0.16 0 0.24 0.53 99.31 0.14 0.42
Hex 66 79 5C 10 0 18 35 63 E 2A
Octal 146 171 134 20 0 30 65 143 16 52
Binary 1100110 1111001 1011100 10000 0 11000 110101 1100011 1110 101010

Color Harmonies of #66795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66795C

Black with #66795C

Text Example


Text Example

White with #66795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66795C; }

 p { color: rgb(102,121,92); }

 H1.HeaderClassName
 {
   color: #66795C;
 }
 .AnyTagClassName
 {
   color: #66795C;
 }
</style>

background-color css

<style>
 a { background-color: #66795C; }

 a { background-color: rgb(102,121,92); }

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

border-color css

<style>
 span { border-color: #66795C; }

 span { border-color: rgb(102,121,92); }

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