Html Css Color HEX #65765E Axolotl

📋 copy color: '#65765E'

red 101 ◦ green 118 ◦ blue 94

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

Shades of Axolotl #65765E

Tints of Axolotl #65765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 32.27%
G = 37.7%
B = 30.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#65765E (or 0x65765E) is known color: Axolotl. HEX triplet: 65, 76 and 5E. RGB value is (101,118,94). Sum of RGB (Red+Green+Blue) = 101+118+94=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #65765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65765E is #9A89A1. Grayscale: #6E6E6E. Windows color (decimal): -10127778 or 6190693. OLE color: 6190693.

HSL color Cylindrical-coordinate representation of color #65765E: hue angle of 102.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65765E is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 94 -
CMYK 0.14 0 0.20 0.54
HSL 102.5º 0.11% 0.42% -
HSV(B) 102.5º 0.2% 0.46% -
XYZ 13.87 16.53 13.05 -
YUV 110.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 101 118 94 0.14 0 0.20 0.54 102.5 0.11 0.42
Hex 65 76 5E E 0 14 36 66 B 2A
Octal 145 166 136 16 0 24 66 146 13 52
Binary 1100101 1110110 1011110 1110 0 10100 110110 1100110 1011 101010

Color Harmonies of #65765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65765E

Black with #65765E

Text Example


Text Example

White with #65765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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