Html Css Color HEX #636860 Axolotl

📋 copy color: '#636860'

red 99 ◦ green 104 ◦ blue 96

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

Shades of Axolotl #636860

Tints of Axolotl #636860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.78%

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 33.11%
G = 34.78%
B = 32.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#636860 (or 0x636860) is known color: Axolotl. HEX triplet: 63, 68 and 60. RGB value is (99,104,96). Sum of RGB (Red+Green+Blue) = 99+104+96=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #636860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636860 is #9C979F. Grayscale: #656565. Windows color (decimal): -10262432 or 6318179. OLE color: 6318179.

HSL color Cylindrical-coordinate representation of color #636860: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #636860 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 104 96 -
CMYK 0.05 0 0.08 0.59
HSL 97.5º 0.04% 0.39% -
HSV(B) 97.5º 0.08% 0.41% -
XYZ 12.21 13.4 13.01 -
YUV 101.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 99 104 96 0.05 0 0.08 0.59 97.5 0.04 0.39
Hex 63 68 60 5 0 8 3B 62 4 27
Octal 143 150 140 5 0 10 73 142 4 47
Binary 1100011 1101000 1100000 101 0 1000 111011 1100010 100 100111

Color Harmonies of #636860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636860

Black with #636860

Text Example


Text Example

White with #636860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636860; }

 p { color: rgb(99,104,96); }

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

background-color css

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

 a { background-color: rgb(99,104,96); }

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

border-color css

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

 span { border-color: rgb(99,104,96); }

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