Html Css Color HEX #63745C Axolotl

📋 copy color: '#63745C'

red 99 ◦ green 116 ◦ blue 92

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

Shades of Axolotl #63745C

Tints of Axolotl #63745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

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

R = 32.25%
G = 37.79%
B = 29.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#63745C (or 0x63745C) is known color: Axolotl. HEX triplet: 63, 74 and 5C. RGB value is (99,116,92). Sum of RGB (Red+Green+Blue) = 99+116+92=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #63745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63745C is #9C8BA3. Grayscale: #6C6C6C. Windows color (decimal): -10259364 or 6059107. OLE color: 6059107.

HSL color Cylindrical-coordinate representation of color #63745C: hue angle of 102.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63745C is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 116 92 -
CMYK 0.15 0 0.21 0.55
HSL 102.5º 0.12% 0.41% -
HSV(B) 102.5º 0.21% 0.45% -
XYZ 13.32 15.92 12.5 -
YUV 108.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 99 116 92 0.15 0 0.21 0.55 102.5 0.12 0.41
Hex 63 74 5C F 0 15 37 66 C 29
Octal 143 164 134 17 0 25 67 146 14 51
Binary 1100011 1110100 1011100 1111 0 10101 110111 1100110 1100 101001

Color Harmonies of #63745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63745C

Black with #63745C

Text Example


Text Example

White with #63745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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