Html Css Color HEX #636960 Axolotl

📋 copy color: '#636960'

red 99 ◦ green 105 ◦ blue 96

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

Shades of Axolotl #636960

Tints of Axolotl #636960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 33%
G = 35%
B = 32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#636960 (or 0x636960) is known color: Axolotl. HEX triplet: 63, 69 and 60. RGB value is (99,105,96). Sum of RGB (Red+Green+Blue) = 99+105+96=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #636960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636960 is #9C969F. Grayscale: #666666. Windows color (decimal): -10262176 or 6318435. OLE color: 6318435.

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

Color convert

RGB 99 105 96 -
CMYK 0.06 0 0.09 0.59
HSL 100º 0.04% 0.39% -
HSV(B) 100º 0.09% 0.41% -
XYZ 12.31 13.6 13.04 -
YUV 102.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 99 105 96 0.06 0 0.09 0.59 100 0.04 0.39
Hex 63 69 60 6 0 9 3B 64 4 27
Octal 143 151 140 6 0 11 73 144 4 47
Binary 1100011 1101001 1100000 110 0 1001 111011 1100100 100 100111

Color Harmonies of #636960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636960

Black with #636960

Text Example


Text Example

White with #636960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636960; }

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

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

background-color css

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

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

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

border-color css

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

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

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