Html Css Color HEX #65795C Axolotl

📋 copy color: '#65795C'

red 101 ◦ green 121 ◦ blue 92

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

Shades of Axolotl #65795C

Tints of Axolotl #65795C

RGB

 RED value IS 101 (39.84% from 255) = 32.17%

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

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

R = 32.17%
G = 38.54%
B = 29.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#65795C (or 0x65795C) is known color: Axolotl. HEX triplet: 65, 79 and 5C. RGB value is (101,121,92). Sum of RGB (Red+Green+Blue) = 101+121+92=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #65795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65795C is #9A86A3. Grayscale: #6F6F6F. Windows color (decimal): -10127012 or 6060389. OLE color: 6060389.

HSL color Cylindrical-coordinate representation of color #65795C: hue angle of 101.38º 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 #65795C is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 121 92 -
CMYK 0.17 0 0.24 0.53
HSL 101.38º 0.14% 0.42% -
HSV(B) 101.38º 0.24% 0.47% -
XYZ 14.14 17.21 12.7 -
YUV 111.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 101 121 92 0.17 0 0.24 0.53 101.38 0.14 0.42
Hex 65 79 5C 11 0 18 35 65 E 2A
Octal 145 171 134 21 0 30 65 145 16 52
Binary 1100101 1111001 1011100 10001 0 11000 110101 1100101 1110 101010

Color Harmonies of #65795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65795C

Black with #65795C

Text Example


Text Example

White with #65795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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