Html Css Color HEX #65715F Axolotl

📋 copy color: '#65715F'

red 101 ◦ green 113 ◦ blue 95

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

Shades of Axolotl #65715F

Tints of Axolotl #65715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 32.69%
G = 36.57%
B = 30.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#65715F (or 0x65715F) is known color: Axolotl. HEX triplet: 65, 71 and 5F. RGB value is (101,113,95). Sum of RGB (Red+Green+Blue) = 101+113+95=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #65715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65715F is #9A8EA0. Grayscale: #6B6B6B. Windows color (decimal): -10129057 or 6254949. OLE color: 6254949.

HSL color Cylindrical-coordinate representation of color #65715F: hue angle of 100º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #65715F is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 113 95 -
CMYK 0.11 0 0.16 0.56
HSL 100º 0.09% 0.41% -
HSV(B) 100º 0.16% 0.44% -
XYZ 13.34 15.4 13.1 -
YUV 107.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 101 113 95 0.11 0 0.16 0.56 100 0.09 0.41
Hex 65 71 5F B 0 10 38 64 9 29
Octal 145 161 137 13 0 20 70 144 11 51
Binary 1100101 1110001 1011111 1011 0 10000 111000 1100100 1001 101001

Color Harmonies of #65715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65715F

Black with #65715F

Text Example


Text Example

White with #65715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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