Html Css Color HEX #6A8163 Axolotl

📋 copy color: '#6A8163'

red 106 ◦ green 129 ◦ blue 99

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

Shades of Axolotl #6A8163

Tints of Axolotl #6A8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

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

R = 31.74%
G = 38.62%
B = 29.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#6A8163 (or 0x6A8163) is known color: Axolotl. HEX triplet: 6A, 81 and 63. RGB value is (106,129,99). Sum of RGB (Red+Green+Blue) = 106+129+99=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8163 is #957E9C. Grayscale: #767676. Windows color (decimal): -9797277 or 6521194. OLE color: 6521194.

HSL color Cylindrical-coordinate representation of color #6A8163: hue angle of 106º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8163 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 129 99 -
CMYK 0.18 0 0.23 0.49
HSL 106º 0.13% 0.45% -
HSV(B) 106º 0.23% 0.51% -
XYZ 16.05 19.67 14.75 -
YUV 118.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 106 129 99 0.18 0 0.23 0.49 106 0.13 0.45
Hex 6A 81 63 12 0 17 31 6A D 2D
Octal 152 201 143 22 0 27 61 152 15 55
Binary 1101010 10000001 1100011 10010 0 10111 110001 1101010 1101 101101

Color Harmonies of #6A8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8163

Black with #6A8163

Text Example


Text Example

White with #6A8163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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