#69845E

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

Shades of Axolotl #69845E

Tints of Axolotl #69845E

Color information

#69845E (or 0x69845E) is unknown color: approx Axolotl. HEX triplet: 69, 84 and 5E. RGB value is (105,132,94). Sum of RGB (Red+Green+Blue) = 105+132+94=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #69845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69845E is #967BA1. Grayscale: #777777. Windows color (decimal): -9862050 or 6194281. OLE color: 6194281.

HSL color Cylindrical-coordinate representation of color #69845E: hue angle of 102.63º 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 #69845E is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB10513294-
CMYK0.2000.290.48
HSL102.63º16.81%44.31%-
HSV(B)102.63º28.79%51.76%-
XYZ16.120.3113.66-
YUV119.6113.55117.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=31.72%
G=39.88%
B=28.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132940.2000.290.48102.6316.8144.31
Hex69845E1401D3067112c
Octal15120413624035601472154
Binary110100110000100101111010100011101110000110011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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