Html Css Color HEX #65775C Axolotl

📋 copy color: '#65775C'

red 101 ◦ green 119 ◦ blue 92

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

Shades of Axolotl #65775C

Tints of Axolotl #65775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.14%

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

R = 32.37%
G = 38.14%
B = 29.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#65775C (or 0x65775C) is known color: Axolotl. HEX triplet: 65, 77 and 5C. RGB value is (101,119,92). Sum of RGB (Red+Green+Blue) = 101+119+92=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #65775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65775C is #9A88A3. Grayscale: #6E6E6E. Windows color (decimal): -10127524 or 6059877. OLE color: 6059877.

HSL color Cylindrical-coordinate representation of color #65775C: hue angle of 100º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65775C is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 119 92 -
CMYK 0.15 0 0.23 0.53
HSL 100º 0.13% 0.41% -
HSV(B) 100º 0.23% 0.47% -
XYZ 13.9 16.73 12.62 -
YUV 110.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 101 119 92 0.15 0 0.23 0.53 100 0.13 0.41
Hex 65 77 5C F 0 17 35 64 D 29
Octal 145 167 134 17 0 27 65 144 15 51
Binary 1100101 1110111 1011100 1111 0 10111 110101 1100100 1101 101001

Color Harmonies of #65775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65775C

Black with #65775C

Text Example


Text Example

White with #65775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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