Html Css Color HEX #6A865F Axolotl

📋 copy color: '#6A865F'

red 106 ◦ green 134 ◦ blue 95

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

Shades of Axolotl #6A865F

Tints of Axolotl #6A865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 31.64%
G = 40%
B = 28.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#6A865F (or 0x6A865F) is known color: Axolotl. HEX triplet: 6A, 86 and 5F. RGB value is (106,134,95). Sum of RGB (Red+Green+Blue) = 106+134+95=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865F is #9579A0. Grayscale: #797979. Windows color (decimal): -9796001 or 6260330. OLE color: 6260330.

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

Color convert

RGB 106 134 95 -
CMYK 0.21 0 0.29 0.47
HSL 103.08º 0.17% 0.45% -
HSV(B) 103.08º 0.29% 0.53% -
XYZ 16.53 20.94 14 -
YUV 121.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 106 134 95 0.21 0 0.29 0.47 103.08 0.17 0.45
Hex 6A 86 5F 15 0 1D 2F 67 11 2D
Octal 152 206 137 25 0 35 57 147 21 55
Binary 1101010 10000110 1011111 10101 0 11101 101111 1100111 10001 101101

Color Harmonies of #6A865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A865F

Black with #6A865F

Text Example


Text Example

White with #6A865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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