Html Css Color HEX #636761 Axolotl

📋 copy color: '#636761'

red 99 ◦ green 103 ◦ blue 97

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

Shades of Axolotl #636761

Tints of Axolotl #636761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 33.11%
G = 34.45%
B = 32.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#636761 (or 0x636761) is known color: Axolotl. HEX triplet: 63, 67 and 61. RGB value is (99,103,97). Sum of RGB (Red+Green+Blue) = 99+103+97=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 103 - color contains mainly: green. Hex color #636761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636761 is #9C989E. Grayscale: #656565. Windows color (decimal): -10262687 or 6383459. OLE color: 6383459.

HSL color Cylindrical-coordinate representation of color #636761: hue angle of 100º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #636761 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 99 103 97 -
CMYK 0.04 0 0.06 0.60
HSL 100º 0.03% 0.39% -
HSV(B) 100º 0.06% 0.4% -
XYZ 12.15 13.22 13.22 -
YUV 101.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 99 103 97 0.04 0 0.06 0.60 100 0.03 0.39
Hex 63 67 61 4 0 6 3C 64 3 27
Octal 143 147 141 4 0 6 74 144 3 47
Binary 1100011 1100111 1100001 100 0 110 111100 1100100 11 100111

Color Harmonies of #636761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636761

Black with #636761

Text Example


Text Example

White with #636761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636761; }

 p { color: rgb(99,103,97); }

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

background-color css

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

 a { background-color: rgb(99,103,97); }

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

border-color css

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

 span { border-color: rgb(99,103,97); }

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