Html Css Color HEX #65705F Axolotl

📋 copy color: '#65705F'

red 101 ◦ green 112 ◦ blue 95

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

Shades of Axolotl #65705F

Tints of Axolotl #65705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 32.79%
G = 36.36%
B = 30.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#65705F (or 0x65705F) is known color: Axolotl. HEX triplet: 65, 70 and 5F. RGB value is (101,112,95). Sum of RGB (Red+Green+Blue) = 101+112+95=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #65705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65705F is #9A8FA0. Grayscale: #6A6A6A. Windows color (decimal): -10129313 or 6254693. OLE color: 6254693.

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

Color convert

RGB 101 112 95 -
CMYK 0.10 0 0.15 0.56
HSL 98.82º 0.08% 0.41% -
HSV(B) 98.82º 0.15% 0.44% -
XYZ 13.23 15.18 13.06 -
YUV 106.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 101 112 95 0.10 0 0.15 0.56 98.82 0.08 0.41
Hex 65 70 5F A 0 F 38 63 8 29
Octal 145 160 137 12 0 17 70 143 10 51
Binary 1100101 1110000 1011111 1010 0 1111 111000 1100011 1000 101001

Color Harmonies of #65705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65705F

Black with #65705F

Text Example


Text Example

White with #65705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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