Html Css Color HEX #6D855E Axolotl

📋 copy color: '#6D855E'

red 109 ◦ green 133 ◦ blue 94

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

Shades of Axolotl #6D855E

Tints of Axolotl #6D855E

RGB

 RED value IS 109 (42.97% from 255) = 32.44%

 GREEN value IS 133 (52.34% from 255) = 39.58%

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

R = 32.44%
G = 39.58%
B = 27.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#6D855E (or 0x6D855E) is known color: Axolotl. HEX triplet: 6D, 85 and 5E. RGB value is (109,133,94). Sum of RGB (Red+Green+Blue) = 109+133+94=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #6D855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D855E is #927AA1. Grayscale: #797979. Windows color (decimal): -9599650 or 6194541. OLE color: 6194541.

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

Color convert

RGB 109 133 94 -
CMYK 0.18 0 0.29 0.48
HSL 96.92º 0.17% 0.45% -
HSV(B) 96.92º 0.29% 0.52% -
XYZ 16.71 20.83 13.73 -
YUV 121.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 109 133 94 0.18 0 0.29 0.48 96.92 0.17 0.45
Hex 6D 85 5E 12 0 1D 30 61 11 2D
Octal 155 205 136 22 0 35 60 141 21 55
Binary 1101101 10000101 1011110 10010 0 11101 110000 1100001 10001 101101

Color Harmonies of #6D855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D855E

Black with #6D855E

Text Example


Text Example

White with #6D855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,94); }

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

background-color css

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

 a { background-color: rgb(109,133,94); }

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

border-color css

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

 span { border-color: rgb(109,133,94); }

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