Html Css Color HEX #6B865F Axolotl

📋 copy color: '#6B865F'

red 107 ◦ green 134 ◦ blue 95

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

Shades of Axolotl #6B865F

Tints of Axolotl #6B865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 31.85%
G = 39.88%
B = 28.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#6B865F (or 0x6B865F) is known color: Axolotl. HEX triplet: 6B, 86 and 5F. RGB value is (107,134,95). Sum of RGB (Red+Green+Blue) = 107+134+95=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #6B865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B865F is #9479A0. Grayscale: #797979. Windows color (decimal): -9730465 or 6260331. OLE color: 6260331.

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

Color convert

RGB 107 134 95 -
CMYK 0.20 0 0.29 0.47
HSL 101.54º 0.17% 0.45% -
HSV(B) 101.54º 0.29% 0.53% -
XYZ 16.65 21 14 -
YUV 121.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 107 134 95 0.20 0 0.29 0.47 101.54 0.17 0.45
Hex 6B 86 5F 14 0 1D 2F 66 11 2D
Octal 153 206 137 24 0 35 57 146 21 55
Binary 1101011 10000110 1011111 10100 0 11101 101111 1100110 10001 101101

Color Harmonies of #6B865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B865F

Black with #6B865F

Text Example


Text Example

White with #6B865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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