Html Css Color HEX #6A865D Axolotl

📋 copy color: '#6A865D'

red 106 ◦ green 134 ◦ blue 93

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

Shades of Axolotl #6A865D

Tints of Axolotl #6A865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 31.83%
G = 40.24%
B = 27.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#6A865D (or 0x6A865D) is known color: Axolotl. HEX triplet: 6A, 86 and 5D. RGB value is (106,134,93). Sum of RGB (Red+Green+Blue) = 106+134+93=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865D is #9579A2. Grayscale: #797979. Windows color (decimal): -9796003 or 6129258. OLE color: 6129258.

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

Color convert

RGB 106 134 93 -
CMYK 0.21 0 0.31 0.47
HSL 100.98º 0.18% 0.45% -
HSV(B) 100.98º 0.31% 0.53% -
XYZ 16.44 20.9 13.52 -
YUV 120.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 106 134 93 0.21 0 0.31 0.47 100.98 0.18 0.45
Hex 6A 86 5D 15 0 1F 2F 65 12 2D
Octal 152 206 135 25 0 37 57 145 22 55
Binary 1101010 10000110 1011101 10101 0 11111 101111 1100101 10010 101101

Color Harmonies of #6A865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A865D

Black with #6A865D

Text Example


Text Example

White with #6A865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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