#6B825C

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

Shades of Axolotl #6B825C

Tints of Axolotl #6B825C

Color information

#6B825C (or 0x6B825C) is unknown color: approx Axolotl. HEX triplet: 6B, 82 and 5C. RGB value is (107,130,92). Sum of RGB (Red+Green+Blue) = 107+130+92=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #6B825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B825C is #947DA3. Grayscale: #767676. Windows color (decimal): -9731492 or 6062699. OLE color: 6062699.

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

Color convert

RGB10713092-
CMYK0.1800.290.49
HSL96.32º17.12%43.53%-
HSV(B)96.32º29.23%50.98%-
XYZ15.9819.8613.12-
YUV118.79112.88119.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.52%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=32.52%
G=39.51%
B=27.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130920.1800.290.4996.3217.1243.53
Hex6B825C1201D3160112c
Octal15320213422035611402154
Binary110101110000010101110010010011101110001110000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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