Html Css Color HEX #6C845E Axolotl

📋 copy color: '#6C845E'

red 108 ◦ green 132 ◦ blue 94

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

Shades of Axolotl #6C845E

Tints of Axolotl #6C845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

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

R = 32.34%
G = 39.52%
B = 28.14%

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

#6C845E (or 0x6C845E) is known color: Axolotl. HEX triplet: 6C, 84 and 5E. RGB value is (108,132,94). Sum of RGB (Red+Green+Blue) = 108+132+94=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #6C845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C845E is #937BA1. Grayscale: #787878. Windows color (decimal): -9665442 or 6194284. OLE color: 6194284.

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

Color convert

RGB 108 132 94 -
CMYK 0.18 0 0.29 0.48
HSL 97.89º 0.17% 0.44% -
HSV(B) 97.89º 0.29% 0.52% -
XYZ 16.46 20.5 13.68 -
YUV 120.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 108 132 94 0.18 0 0.29 0.48 97.89 0.17 0.44
Hex 6C 84 5E 12 0 1D 30 62 11 2C
Octal 154 204 136 22 0 35 60 142 21 54
Binary 1101100 10000100 1011110 10010 0 11101 110000 1100010 10001 101100

Color Harmonies of #6C845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C845E

Black with #6C845E

Text Example


Text Example

White with #6C845E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,132,94); }

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

background-color css

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

 a { background-color: rgb(108,132,94); }

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

border-color css

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

 span { border-color: rgb(108,132,94); }

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