Html Css Color HEX #65745C Axolotl

📋 copy color: '#65745C'

red 101 ◦ green 116 ◦ blue 92

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

Shades of Axolotl #65745C

Tints of Axolotl #65745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 32.69%
G = 37.54%
B = 29.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#65745C (or 0x65745C) is known color: Axolotl. HEX triplet: 65, 74 and 5C. RGB value is (101,116,92). Sum of RGB (Red+Green+Blue) = 101+116+92=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #65745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65745C is #9A8BA3. Grayscale: #6C6C6C. Windows color (decimal): -10128292 or 6059109. OLE color: 6059109.

HSL color Cylindrical-coordinate representation of color #65745C: hue angle of 97.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65745C is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 92 -
CMYK 0.13 0 0.21 0.55
HSL 97.5º 0.12% 0.41% -
HSV(B) 97.5º 0.21% 0.45% -
XYZ 13.54 16.03 12.51 -
YUV 108.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 101 116 92 0.13 0 0.21 0.55 97.5 0.12 0.41
Hex 65 74 5C D 0 15 37 62 C 29
Octal 145 164 134 15 0 25 67 142 14 51
Binary 1100101 1110100 1011100 1101 0 10101 110111 1100010 1100 101001

Color Harmonies of #65745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65745C

Black with #65745C

Text Example


Text Example

White with #65745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65745C; }

 p { color: rgb(101,116,92); }

 H1.HeaderClassName
 {
   color: #65745C;
 }
 .AnyTagClassName
 {
   color: #65745C;
 }
</style>

background-color css

<style>
 a { background-color: #65745C; }

 a { background-color: rgb(101,116,92); }

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

border-color css

<style>
 span { border-color: #65745C; }

 span { border-color: rgb(101,116,92); }

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