Html Css Color HEX #65755F Axolotl

📋 copy color: '#65755F'

red 101 ◦ green 117 ◦ blue 95

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

Shades of Axolotl #65755F

Tints of Axolotl #65755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 32.27%
G = 37.38%
B = 30.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#65755F (or 0x65755F) is known color: Axolotl. HEX triplet: 65, 75 and 5F. RGB value is (101,117,95). Sum of RGB (Red+Green+Blue) = 101+117+95=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #65755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65755F is #9A8AA0. Grayscale: #6D6D6D. Windows color (decimal): -10128033 or 6255973. OLE color: 6255973.

HSL color Cylindrical-coordinate representation of color #65755F: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65755F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 117 95 -
CMYK 0.14 0 0.19 0.54
HSL 103.64º 0.1% 0.42% -
HSV(B) 103.64º 0.19% 0.46% -
XYZ 13.79 16.32 13.25 -
YUV 109.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 101 117 95 0.14 0 0.19 0.54 103.64 0.1 0.42
Hex 65 75 5F E 0 13 36 68 A 2A
Octal 145 165 137 16 0 23 66 150 12 52
Binary 1100101 1110101 1011111 1110 0 10011 110110 1101000 1010 101010

Color Harmonies of #65755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65755F

Black with #65755F

Text Example


Text Example

White with #65755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65755F; }

 p { color: rgb(101,117,95); }

 H1.HeaderClassName
 {
   color: #65755F;
 }
 .AnyTagClassName
 {
   color: #65755F;
 }
</style>

background-color css

<style>
 a { background-color: #65755F; }

 a { background-color: rgb(101,117,95); }

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

border-color css

<style>
 span { border-color: #65755F; }

 span { border-color: rgb(101,117,95); }

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