Html Css Color HEX #65715D Axolotl

📋 copy color: '#65715D'

red 101 ◦ green 113 ◦ blue 93

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

Shades of Axolotl #65715D

Tints of Axolotl #65715D

RGB

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

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

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

R = 32.9%
G = 36.81%
B = 30.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#65715D (or 0x65715D) is known color: Axolotl. HEX triplet: 65, 71 and 5D. RGB value is (101,113,93). Sum of RGB (Red+Green+Blue) = 101+113+93=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #65715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65715D is #9A8EA2. Grayscale: #6B6B6B. Windows color (decimal): -10129059 or 6123877. OLE color: 6123877.

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

Color convert

RGB 101 113 93 -
CMYK 0.11 0 0.18 0.56
HSL 96º 0.1% 0.4% -
HSV(B) 96º 0.18% 0.44% -
XYZ 13.25 15.37 12.62 -
YUV 107.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 101 113 93 0.11 0 0.18 0.56 96 0.1 0.4
Hex 65 71 5D B 0 12 38 60 A 28
Octal 145 161 135 13 0 22 70 140 12 50
Binary 1100101 1110001 1011101 1011 0 10010 111000 1100000 1010 101000

Color Harmonies of #65715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65715D

Black with #65715D

Text Example


Text Example

White with #65715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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