#6A7B62

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

Shades of Axolotl #6A7B62

Tints of Axolotl #6A7B62

Color information

#6A7B62 (or 0x6A7B62) is unknown color: approx Axolotl. HEX triplet: 6A, 7B and 62. RGB value is (106,123,98). Sum of RGB (Red+Green+Blue) = 106+123+98=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B62 is #95849D. Grayscale: #737373. Windows color (decimal): -9798814 or 6454122. OLE color: 6454122.

HSL color Cylindrical-coordinate representation of color #6A7B62: hue angle of 100.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A7B62 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB10612398-
CMYK0.1400.200.52
HSL100.8º11.31%43.33%-
HSV(B)100.8º20.33%48.24%-
XYZ15.2318.1114.25-
YUV115.07118.37121.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=32.42%
G=37.61%
B=29.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106123980.1400.200.52100.811.3143.33
Hex6A7B62E0143465b2b
Octal15217314216024641451353
Binary110101011110111100010111001010011010011001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,123,98); }

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

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

 a { background-color: rgb(106,123,98); }

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

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

 span { border-color: rgb(106,123,98); }

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