Html Css Color HEX #6A7A63 Axolotl

📋 copy color: '#6A7A63'

red 106 ◦ green 122 ◦ blue 99

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

Shades of Axolotl #6A7A63

Tints of Axolotl #6A7A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.31%

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

R = 32.42%
G = 37.31%
B = 30.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#6A7A63 (or 0x6A7A63) is known color: Axolotl. HEX triplet: 6A, 7A and 63. RGB value is (106,122,99). Sum of RGB (Red+Green+Blue) = 106+122+99=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7A63 is #95859C. Grayscale: #727272. Windows color (decimal): -9799069 or 6519402. OLE color: 6519402.

HSL color Cylindrical-coordinate representation of color #6A7A63: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A7A63 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 122 99 -
CMYK 0.13 0 0.19 0.52
HSL 101.74º 0.1% 0.43% -
HSV(B) 101.74º 0.19% 0.48% -
XYZ 15.16 17.88 14.46 -
YUV 114.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 106 122 99 0.13 0 0.19 0.52 101.74 0.1 0.43
Hex 6A 7A 63 D 0 13 34 66 A 2B
Octal 152 172 143 15 0 23 64 146 12 53
Binary 1101010 1111010 1100011 1101 0 10011 110100 1100110 1010 101011

Color Harmonies of #6A7A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7A63

Black with #6A7A63

Text Example


Text Example

White with #6A7A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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