#6B825B

Color #6B825B Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #6B825B

Tints of Axolotl #6B825B

Color information

#6B825B (or 0x6B825B) is unknown color: approx Axolotl. HEX triplet: 6B, 82 and 5B. RGB value is (107,130,91). Sum of RGB (Red+Green+Blue) = 107+130+91=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #6B825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B825B is #947DA4. Grayscale: #767676. Windows color (decimal): -9731493 or 5997163. OLE color: 5997163.

HSL color Cylindrical-coordinate representation of color #6B825B: hue angle of 95.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B825B is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB10713091-
CMYK0.1800.300.49
HSL95.38º17.65%43.33%-
HSV(B)95.38º30%50.98%-
XYZ15.9319.8512.89-
YUV118.68112.38119.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.62%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=32.62%
G=39.63%
B=27.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130910.1800.300.4995.3817.6543.33
Hex6B825B1201E315f122b
Octal15320213322036611372253
Binary110101110000010101101110010011110110001101111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B825B;
 }
 .AnyTagClassName
 {
   color: #6B825B;
 }
</style>
background-color css

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

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

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

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

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

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