Html Css Color HEX #6A865E Axolotl

📋 copy color: '#6A865E'

red 106 ◦ green 134 ◦ blue 94

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

Shades of Axolotl #6A865E

Tints of Axolotl #6A865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 31.74%
G = 40.12%
B = 28.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#6A865E (or 0x6A865E) is known color: Axolotl. HEX triplet: 6A, 86 and 5E. RGB value is (106,134,94). Sum of RGB (Red+Green+Blue) = 106+134+94=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865E is #9579A1. Grayscale: #797979. Windows color (decimal): -9796002 or 6194794. OLE color: 6194794.

HSL color Cylindrical-coordinate representation of color #6A865E: hue angle of 102º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A865E is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 94 -
CMYK 0.21 0 0.30 0.47
HSL 102º 0.18% 0.45% -
HSV(B) 102º 0.3% 0.53% -
XYZ 16.49 20.92 13.76 -
YUV 121.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 106 134 94 0.21 0 0.30 0.47 102 0.18 0.45
Hex 6A 86 5E 15 0 1E 2F 66 12 2D
Octal 152 206 136 25 0 36 57 146 22 55
Binary 1101010 10000110 1011110 10101 0 11110 101111 1100110 10010 101101

Color Harmonies of #6A865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A865E

Black with #6A865E

Text Example


Text Example

White with #6A865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,134,94); }

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

background-color css

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

 a { background-color: rgb(106,134,94); }

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

border-color css

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

 span { border-color: rgb(106,134,94); }

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