Html Css Color HEX #63745B Axolotl

📋 copy color: '#63745B'

red 99 ◦ green 116 ◦ blue 91

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

Shades of Axolotl #63745B

Tints of Axolotl #63745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 32.35%
G = 37.91%
B = 29.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#63745B (or 0x63745B) is known color: Axolotl. HEX triplet: 63, 74 and 5B. RGB value is (99,116,91). Sum of RGB (Red+Green+Blue) = 99+116+91=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #63745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63745B is #9C8BA4. Grayscale: #6C6C6C. Windows color (decimal): -10259365 or 5993571. OLE color: 5993571.

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

Color convert

RGB 99 116 91 -
CMYK 0.15 0 0.22 0.55
HSL 100.8º 0.12% 0.41% -
HSV(B) 100.8º 0.22% 0.45% -
XYZ 13.28 15.9 12.27 -
YUV 108.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 99 116 91 0.15 0 0.22 0.55 100.8 0.12 0.41
Hex 63 74 5B F 0 16 37 65 C 29
Octal 143 164 133 17 0 26 67 145 14 51
Binary 1100011 1110100 1011011 1111 0 10110 110111 1100101 1100 101001

Color Harmonies of #63745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63745B

Black with #63745B

Text Example


Text Example

White with #63745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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