Html Css Color HEX #65745E Axolotl

📋 copy color: '#65745E'

red 101 ◦ green 116 ◦ blue 94

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

Shades of Axolotl #65745E

Tints of Axolotl #65745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 32.48%
G = 37.3%
B = 30.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#65745E (or 0x65745E) is known color: Axolotl. HEX triplet: 65, 74 and 5E. RGB value is (101,116,94). Sum of RGB (Red+Green+Blue) = 101+116+94=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #65745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65745E is #9A8BA1. Grayscale: #6D6D6D. Windows color (decimal): -10128290 or 6190181. OLE color: 6190181.

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

Color convert

RGB 101 116 94 -
CMYK 0.13 0 0.19 0.55
HSL 100.91º 0.1% 0.41% -
HSV(B) 100.91º 0.19% 0.45% -
XYZ 13.63 16.07 12.97 -
YUV 109.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 101 116 94 0.13 0 0.19 0.55 100.91 0.1 0.41
Hex 65 74 5E D 0 13 37 65 A 29
Octal 145 164 136 15 0 23 67 145 12 51
Binary 1100101 1110100 1011110 1101 0 10011 110111 1100101 1010 101001

Color Harmonies of #65745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65745E

Black with #65745E

Text Example


Text Example

White with #65745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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