Html Css Color HEX #6B865D Axolotl

📋 copy color: '#6B865D'

red 107 ◦ green 134 ◦ blue 93

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

Shades of Axolotl #6B865D

Tints of Axolotl #6B865D

RGB

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

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

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

R = 32.04%
G = 40.12%
B = 27.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#6B865D (or 0x6B865D) is known color: Axolotl. HEX triplet: 6B, 86 and 5D. RGB value is (107,134,93). Sum of RGB (Red+Green+Blue) = 107+134+93=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #6B865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B865D is #9479A2. Grayscale: #797979. Windows color (decimal): -9730467 or 6129259. OLE color: 6129259.

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

Color convert

RGB 107 134 93 -
CMYK 0.20 0 0.31 0.47
HSL 99.51º 0.18% 0.45% -
HSV(B) 99.51º 0.31% 0.53% -
XYZ 16.56 20.97 13.53 -
YUV 121.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 107 134 93 0.20 0 0.31 0.47 99.51 0.18 0.45
Hex 6B 86 5D 14 0 1F 2F 64 12 2D
Octal 153 206 135 24 0 37 57 144 22 55
Binary 1101011 10000110 1011101 10100 0 11111 101111 1100100 10010 101101

Color Harmonies of #6B865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B865D

Black with #6B865D

Text Example


Text Example

White with #6B865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,134,93); }

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

background-color css

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

 a { background-color: rgb(107,134,93); }

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

border-color css

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

 span { border-color: rgb(107,134,93); }

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