Html Css Color HEX #65725C Axolotl

📋 copy color: '#65725C'

red 101 ◦ green 114 ◦ blue 92

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

Shades of Axolotl #65725C

Tints of Axolotl #65725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

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

R = 32.9%
G = 37.13%
B = 29.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#65725C (or 0x65725C) is known color: Axolotl. HEX triplet: 65, 72 and 5C. RGB value is (101,114,92). Sum of RGB (Red+Green+Blue) = 101+114+92=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #65725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65725C is #9A8DA3. Grayscale: #6B6B6B. Windows color (decimal): -10128804 or 6058597. OLE color: 6058597.

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

Color convert

RGB 101 114 92 -
CMYK 0.11 0 0.19 0.55
HSL 95.45º 0.11% 0.4% -
HSV(B) 95.45º 0.19% 0.45% -
XYZ 13.32 15.57 12.43 -
YUV 107.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 101 114 92 0.11 0 0.19 0.55 95.45 0.11 0.4
Hex 65 72 5C B 0 13 37 5F B 28
Octal 145 162 134 13 0 23 67 137 13 50
Binary 1100101 1110010 1011100 1011 0 10011 110111 1011111 1011 101000

Color Harmonies of #65725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65725C

Black with #65725C

Text Example


Text Example

White with #65725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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