Html Css Color HEX #6B845E Axolotl

📋 copy color: '#6B845E'

red 107 ◦ green 132 ◦ blue 94

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

Shades of Axolotl #6B845E

Tints of Axolotl #6B845E

RGB

 RED value IS 107 (42.19% from 255) = 32.13%

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

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

R = 32.13%
G = 39.64%
B = 28.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#6B845E (or 0x6B845E) is known color: Axolotl. HEX triplet: 6B, 84 and 5E. RGB value is (107,132,94). Sum of RGB (Red+Green+Blue) = 107+132+94=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #6B845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B845E is #947BA1. Grayscale: #787878. Windows color (decimal): -9730978 or 6194283. OLE color: 6194283.

HSL color Cylindrical-coordinate representation of color #6B845E: hue angle of 99.47º 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 #6B845E is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 94 -
CMYK 0.19 0 0.29 0.48
HSL 99.47º 0.17% 0.44% -
HSV(B) 99.47º 0.29% 0.52% -
XYZ 16.34 20.44 13.67 -
YUV 120.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 107 132 94 0.19 0 0.29 0.48 99.47 0.17 0.44
Hex 6B 84 5E 13 0 1D 30 63 11 2C
Octal 153 204 136 23 0 35 60 143 21 54
Binary 1101011 10000100 1011110 10011 0 11101 110000 1100011 10001 101100

Color Harmonies of #6B845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B845E

Black with #6B845E

Text Example


Text Example

White with #6B845E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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