Html Css Color HEX #65775D Axolotl

📋 copy color: '#65775D'

red 101 ◦ green 119 ◦ blue 93

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

Shades of Axolotl #65775D

Tints of Axolotl #65775D

RGB

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

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

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

R = 32.27%
G = 38.02%
B = 29.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#65775D (or 0x65775D) is known color: Axolotl. HEX triplet: 65, 77 and 5D. RGB value is (101,119,93). Sum of RGB (Red+Green+Blue) = 101+119+93=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #65775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65775D is #9A88A2. Grayscale: #6E6E6E. Windows color (decimal): -10127523 or 6125413. OLE color: 6125413.

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

Color convert

RGB 101 119 93 -
CMYK 0.15 0 0.22 0.53
HSL 101.54º 0.12% 0.42% -
HSV(B) 101.54º 0.22% 0.47% -
XYZ 13.94 16.75 12.85 -
YUV 110.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 101 119 93 0.15 0 0.22 0.53 101.54 0.12 0.42
Hex 65 77 5D F 0 16 35 66 C 2A
Octal 145 167 135 17 0 26 65 146 14 52
Binary 1100101 1110111 1011101 1111 0 10110 110101 1100110 1100 101010

Color Harmonies of #65775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65775D

Black with #65775D

Text Example


Text Example

White with #65775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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