Html Css Color HEX #6A7763 Axolotl

📋 copy color: '#6A7763'

red 106 ◦ green 119 ◦ blue 99

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

Shades of Axolotl #6A7763

Tints of Axolotl #6A7763

RGB

 RED value IS 106 (41.8% from 255) = 32.72%

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 32.72%
G = 36.73%
B = 30.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#6A7763 (or 0x6A7763) is known color: Axolotl. HEX triplet: 6A, 77 and 63. RGB value is (106,119,99). Sum of RGB (Red+Green+Blue) = 106+119+99=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7763 is #95889C. Grayscale: #707070. Windows color (decimal): -9799837 or 6518634. OLE color: 6518634.

HSL color Cylindrical-coordinate representation of color #6A7763: hue angle of 99º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7763 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 99 -
CMYK 0.11 0 0.17 0.53
HSL 99º 0.09% 0.43% -
HSV(B) 99º 0.17% 0.47% -
XYZ 14.79 17.16 14.34 -
YUV 112.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 106 119 99 0.11 0 0.17 0.53 99 0.09 0.43
Hex 6A 77 63 B 0 11 35 63 9 2B
Octal 152 167 143 13 0 21 65 143 11 53
Binary 1101010 1110111 1100011 1011 0 10001 110101 1100011 1001 101011

Color Harmonies of #6A7763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7763

Black with #6A7763

Text Example


Text Example

White with #6A7763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,119,99); }

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

background-color css

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

 a { background-color: rgb(106,119,99); }

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

border-color css

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

 span { border-color: rgb(106,119,99); }

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