Html Css Color HEX #6B855B Axolotl

📋 copy color: '#6B855B'

red 107 ◦ green 133 ◦ blue 91

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

Shades of Axolotl #6B855B

Tints of Axolotl #6B855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 32.33%
G = 40.18%
B = 27.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#6B855B (or 0x6B855B) is known color: Axolotl. HEX triplet: 6B, 85 and 5B. RGB value is (107,133,91). Sum of RGB (Red+Green+Blue) = 107+133+91=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #6B855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B855B is #947AA4. Grayscale: #787878. Windows color (decimal): -9730725 or 5997931. OLE color: 5997931.

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

Color convert

RGB 107 133 91 -
CMYK 0.20 0 0.32 0.48
HSL 97.14º 0.19% 0.44% -
HSV(B) 97.14º 0.32% 0.52% -
XYZ 16.34 20.66 13.02 -
YUV 120.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 107 133 91 0.20 0 0.32 0.48 97.14 0.19 0.44
Hex 6B 85 5B 14 0 20 30 61 13 2C
Octal 153 205 133 24 0 40 60 141 23 54
Binary 1101011 10000101 1011011 10100 0 100000 110000 1100001 10011 101100

Color Harmonies of #6B855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B855B

Black with #6B855B

Text Example


Text Example

White with #6B855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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