Html Css Color HEX #63695F Axolotl

📋 copy color: '#63695F'

red 99 ◦ green 105 ◦ blue 95

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

Shades of Axolotl #63695F

Tints of Axolotl #63695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 33.11%
G = 35.12%
B = 31.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#63695F (or 0x63695F) is known color: Axolotl. HEX triplet: 63, 69 and 5F. RGB value is (99,105,95). Sum of RGB (Red+Green+Blue) = 99+105+95=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 105 - color contains mainly: green. Hex color #63695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63695F is #9C96A0. Grayscale: #666666. Windows color (decimal): -10262177 or 6252899. OLE color: 6252899.

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

Color convert

RGB 99 105 95 -
CMYK 0.06 0 0.10 0.59
HSL 96º 0.05% 0.39% -
HSV(B) 96º 0.1% 0.41% -
XYZ 12.26 13.58 12.8 -
YUV 102.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 99 105 95 0.06 0 0.10 0.59 96 0.05 0.39
Hex 63 69 5F 6 0 A 3B 60 5 27
Octal 143 151 137 6 0 12 73 140 5 47
Binary 1100011 1101001 1011111 110 0 1010 111011 1100000 101 100111

Color Harmonies of #63695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63695F

Black with #63695F

Text Example


Text Example

White with #63695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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