Html Css Color HEX #65735C Axolotl

📋 copy color: '#65735C'

red 101 ◦ green 115 ◦ blue 92

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

Shades of Axolotl #65735C

Tints of Axolotl #65735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 32.79%
G = 37.34%
B = 29.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#65735C (or 0x65735C) is known color: Axolotl. HEX triplet: 65, 73 and 5C. RGB value is (101,115,92). Sum of RGB (Red+Green+Blue) = 101+115+92=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #65735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65735C is #9A8CA3. Grayscale: #6C6C6C. Windows color (decimal): -10128548 or 6058853. OLE color: 6058853.

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

Color convert

RGB 101 115 92 -
CMYK 0.12 0 0.20 0.55
HSL 96.52º 0.11% 0.41% -
HSV(B) 96.52º 0.2% 0.45% -
XYZ 13.43 15.8 12.47 -
YUV 108.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 101 115 92 0.12 0 0.20 0.55 96.52 0.11 0.41
Hex 65 73 5C C 0 14 37 61 B 29
Octal 145 163 134 14 0 24 67 141 13 51
Binary 1100101 1110011 1011100 1100 0 10100 110111 1100001 1011 101001

Color Harmonies of #65735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65735C

Black with #65735C

Text Example


Text Example

White with #65735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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