Html Css Color HEX #637655 Axolotl

📋 copy color: '#637655'

red 99 ◦ green 118 ◦ blue 85

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

Shades of Axolotl #637655

Tints of Axolotl #637655

RGB

 RED value IS 99 (39.06% from 255) = 32.78%

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 85 (33.59% from 255) = 28.15%

R = 32.78%
G = 39.07%
B = 28.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#637655 (or 0x637655) is known color: Axolotl. HEX triplet: 63, 76 and 55. RGB value is (99,118,85). Sum of RGB (Red+Green+Blue) = 99+118+85=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #637655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637655 is #9C89AA. Grayscale: #6C6C6C. Windows color (decimal): -10258859 or 5600867. OLE color: 5600867.

HSL color Cylindrical-coordinate representation of color #637655: hue angle of 94.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #637655 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 118 85 -
CMYK 0.16 0 0.28 0.54
HSL 94.55º 0.16% 0.4% -
HSV(B) 94.55º 0.28% 0.46% -
XYZ 13.26 16.27 11.03 -
YUV 108.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 99 118 85 0.16 0 0.28 0.54 94.55 0.16 0.4
Hex 63 76 55 10 0 1C 36 5F 10 28
Octal 143 166 125 20 0 34 66 137 20 50
Binary 1100011 1110110 1010101 10000 0 11100 110110 1011111 10000 101000

Color Harmonies of #637655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637655

Black with #637655

Text Example


Text Example

White with #637655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637655; }

 p { color: rgb(99,118,85); }

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

background-color css

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

 a { background-color: rgb(99,118,85); }

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

border-color css

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

 span { border-color: rgb(99,118,85); }

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