#68845E

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

Shades of Axolotl #68845E

Tints of Axolotl #68845E

Color information

#68845E (or 0x68845E) is unknown color: approx Axolotl. HEX triplet: 68, 84 and 5E. RGB value is (104,132,94). Sum of RGB (Red+Green+Blue) = 104+132+94=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #68845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68845E is #977BA1. Grayscale: #777777. Windows color (decimal): -9927586 or 6194280. OLE color: 6194280.

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

Color convert

RGB10413294-
CMYK0.2100.290.48
HSL104.21º16.81%44.31%-
HSV(B)104.21º28.79%51.76%-
XYZ15.9820.2513.66-
YUV119.3113.72117.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=31.52%
G=40%
B=28.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132940.2100.290.48104.2116.8144.31
Hex68845E1501D3068112c
Octal15020413625035601502154
Binary110100010000100101111010101011101110000110100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68845E; }

 p { color: rgb(104,132,94); }

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

<style>
 a { background-color: #68845E; }

 a { background-color: rgb(104,132,94); }

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

<style>
 span { border-color: #68845E; }

 span { border-color: rgb(104,132,94); }

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