Html Css Color HEX #6B855F Axolotl

📋 copy color: '#6B855F'

red 107 ◦ green 133 ◦ blue 95

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

Shades of Axolotl #6B855F

Tints of Axolotl #6B855F

RGB

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

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

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

R = 31.94%
G = 39.7%
B = 28.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#6B855F (or 0x6B855F) is known color: Axolotl. HEX triplet: 6B, 85 and 5F. RGB value is (107,133,95). Sum of RGB (Red+Green+Blue) = 107+133+95=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #6B855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B855F is #947AA0. Grayscale: #797979. Windows color (decimal): -9730721 or 6260075. OLE color: 6260075.

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

Color convert

RGB 107 133 95 -
CMYK 0.20 0 0.29 0.48
HSL 101.05º 0.17% 0.45% -
HSV(B) 101.05º 0.29% 0.52% -
XYZ 16.52 20.73 13.96 -
YUV 120.89 113.39 118.09 -
System Red Green Blue C M Y K H S L
Decimal 107 133 95 0.20 0 0.29 0.48 101.05 0.17 0.45
Hex 6B 85 5F 14 0 1D 30 65 11 2D
Octal 153 205 137 24 0 35 60 145 21 55
Binary 1101011 10000101 1011111 10100 0 11101 110000 1100101 10001 101101

Color Harmonies of #6B855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B855F

Black with #6B855F

Text Example


Text Example

White with #6B855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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