Html Css Color HEX #6C855D Axolotl

📋 copy color: '#6C855D'

red 108 ◦ green 133 ◦ blue 93

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

Shades of Axolotl #6C855D

Tints of Axolotl #6C855D

RGB

 RED value IS 108 (42.58% from 255) = 32.34%

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

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

R = 32.34%
G = 39.82%
B = 27.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#6C855D (or 0x6C855D) is known color: Axolotl. HEX triplet: 6C, 85 and 5D. RGB value is (108,133,93). Sum of RGB (Red+Green+Blue) = 108+133+93=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #6C855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C855D is #937AA2. Grayscale: #797979. Windows color (decimal): -9665187 or 6129004. OLE color: 6129004.

HSL color Cylindrical-coordinate representation of color #6C855D: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C855D is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 93 -
CMYK 0.19 0 0.30 0.48
HSL 97.5º 0.18% 0.44% -
HSV(B) 97.5º 0.3% 0.52% -
XYZ 16.55 20.75 13.49 -
YUV 120.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 108 133 93 0.19 0 0.30 0.48 97.5 0.18 0.44
Hex 6C 85 5D 13 0 1E 30 62 12 2C
Octal 154 205 135 23 0 36 60 142 22 54
Binary 1101100 10000101 1011101 10011 0 11110 110000 1100010 10010 101100

Color Harmonies of #6C855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C855D

Black with #6C855D

Text Example


Text Example

White with #6C855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,93); }

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

background-color css

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

 a { background-color: rgb(108,133,93); }

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

border-color css

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

 span { border-color: rgb(108,133,93); }

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