Html Css Color HEX #65775E Axolotl

📋 copy color: '#65775E'

red 101 ◦ green 119 ◦ blue 94

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

Shades of Axolotl #65775E

Tints of Axolotl #65775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 32.17%
G = 37.9%
B = 29.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#65775E (or 0x65775E) is known color: Axolotl. HEX triplet: 65, 77 and 5E. RGB value is (101,119,94). Sum of RGB (Red+Green+Blue) = 101+119+94=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #65775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65775E is #9A88A1. Grayscale: #6E6E6E. Windows color (decimal): -10127522 or 6190949. OLE color: 6190949.

HSL color Cylindrical-coordinate representation of color #65775E: hue angle of 103.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65775E is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 119 94 -
CMYK 0.15 0 0.21 0.53
HSL 103.2º 0.12% 0.42% -
HSV(B) 103.2º 0.21% 0.47% -
XYZ 13.98 16.77 13.09 -
YUV 110.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 101 119 94 0.15 0 0.21 0.53 103.2 0.12 0.42
Hex 65 77 5E F 0 15 35 67 C 2A
Octal 145 167 136 17 0 25 65 147 14 52
Binary 1100101 1110111 1011110 1111 0 10101 110101 1100111 1100 101010

Color Harmonies of #65775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65775E

Black with #65775E

Text Example


Text Example

White with #65775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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