Html Css Color HEX #63705C Axolotl

📋 copy color: '#63705C'

red 99 ◦ green 112 ◦ blue 92

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

Shades of Axolotl #63705C

Tints of Axolotl #63705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 32.67%
G = 36.96%
B = 30.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#63705C (or 0x63705C) is known color: Axolotl. HEX triplet: 63, 70 and 5C. RGB value is (99,112,92). Sum of RGB (Red+Green+Blue) = 99+112+92=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #63705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63705C is #9C8FA3. Grayscale: #696969. Windows color (decimal): -10260388 or 6058083. OLE color: 6058083.

HSL color Cylindrical-coordinate representation of color #63705C: hue angle of 99º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #63705C is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 92 -
CMYK 0.12 0 0.18 0.56
HSL 99º 0.1% 0.4% -
HSV(B) 99º 0.18% 0.44% -
XYZ 12.87 15.01 12.34 -
YUV 105.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 99 112 92 0.12 0 0.18 0.56 99 0.1 0.4
Hex 63 70 5C C 0 12 38 63 A 28
Octal 143 160 134 14 0 22 70 143 12 50
Binary 1100011 1110000 1011100 1100 0 10010 111000 1100011 1010 101000

Color Harmonies of #63705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63705C

Black with #63705C

Text Example


Text Example

White with #63705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,112,92); }

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

background-color css

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

 a { background-color: rgb(99,112,92); }

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

border-color css

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

 span { border-color: rgb(99,112,92); }

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