Html Css Color HEX #6C7F63 Axolotl

📋 copy color: '#6C7F63'

red 108 ◦ green 127 ◦ blue 99

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

Shades of Axolotl #6C7F63

Tints of Axolotl #6C7F63

RGB

 RED value IS 108 (42.58% from 255) = 32.34%

 GREEN value IS 127 (50% from 255) = 38.02%

 BLUE value IS 99 (39.06% from 255) = 29.64%

R = 32.34%
G = 38.02%
B = 29.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#6C7F63 (or 0x6C7F63) is known color: Axolotl. HEX triplet: 6C, 7F and 63. RGB value is (108,127,99). Sum of RGB (Red+Green+Blue) = 108+127+99=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7F63 is #93809C. Grayscale: #767676. Windows color (decimal): -9666717 or 6520684. OLE color: 6520684.

HSL color Cylindrical-coordinate representation of color #6C7F63: hue angle of 100.71º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C7F63 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 127 99 -
CMYK 0.15 0 0.22 0.50
HSL 100.71º 0.12% 0.44% -
HSV(B) 100.71º 0.22% 0.5% -
XYZ 16.03 19.27 14.68 -
YUV 118.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 108 127 99 0.15 0 0.22 0.50 100.71 0.12 0.44
Hex 6C 7F 63 F 0 16 32 65 C 2C
Octal 154 177 143 17 0 26 62 145 14 54
Binary 1101100 1111111 1100011 1111 0 10110 110010 1100101 1100 101100

Color Harmonies of #6C7F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7F63

Black with #6C7F63

Text Example


Text Example

White with #6C7F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C7F63; }

 p { color: rgb(108,127,99); }

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

background-color css

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

 a { background-color: rgb(108,127,99); }

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

border-color css

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

 span { border-color: rgb(108,127,99); }

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