Html Css Color HEX #65765D Axolotl

📋 copy color: '#65765D'

red 101 ◦ green 118 ◦ blue 93

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

Shades of Axolotl #65765D

Tints of Axolotl #65765D

RGB

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

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

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

R = 32.37%
G = 37.82%
B = 29.81%

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

#65765D (or 0x65765D) is known color: Axolotl. HEX triplet: 65, 76 and 5D. RGB value is (101,118,93). Sum of RGB (Red+Green+Blue) = 101+118+93=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #65765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65765D is #9A89A2. Grayscale: #6E6E6E. Windows color (decimal): -10127779 or 6125157. OLE color: 6125157.

HSL color Cylindrical-coordinate representation of color #65765D: hue angle of 100.8º 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 #65765D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 93 -
CMYK 0.14 0 0.21 0.54
HSL 100.8º 0.12% 0.41% -
HSV(B) 100.8º 0.21% 0.46% -
XYZ 13.82 16.51 12.81 -
YUV 110.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 101 118 93 0.14 0 0.21 0.54 100.8 0.12 0.41
Hex 65 76 5D E 0 15 36 65 C 29
Octal 145 166 135 16 0 25 66 145 14 51
Binary 1100101 1110110 1011101 1110 0 10101 110110 1100101 1100 101001

Color Harmonies of #65765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65765D

Black with #65765D

Text Example


Text Example

White with #65765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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