Html Css Color HEX #69805E Axolotl

📋 copy color: '#69805E'

red 105 ◦ green 128 ◦ blue 94

#69805E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #69805E

Tints of Axolotl #69805E

RGB

 RED value IS 105 (41.41% from 255) = 32.11%

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 32.11%
G = 39.14%
B = 28.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#69805E (or 0x69805E) is known color: Axolotl. HEX triplet: 69, 80 and 5E. RGB value is (105,128,94). Sum of RGB (Red+Green+Blue) = 105+128+94=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #69805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69805E is #967FA1. Grayscale: #757575. Windows color (decimal): -9863074 or 6193257. OLE color: 6193257.

HSL color Cylindrical-coordinate representation of color #69805E: hue angle of 100.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69805E is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 94 -
CMYK 0.18 0 0.27 0.50
HSL 100.59º 0.15% 0.44% -
HSV(B) 100.59º 0.27% 0.5% -
XYZ 15.57 19.25 13.48 -
YUV 117.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 105 128 94 0.18 0 0.27 0.50 100.59 0.15 0.44
Hex 69 80 5E 12 0 1B 32 65 F 2C
Octal 151 200 136 22 0 33 62 145 17 54
Binary 1101001 10000000 1011110 10010 0 11011 110010 1100101 1111 101100

Color Harmonies of #69805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69805E

Black with #69805E

Text Example


Text Example

White with #69805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69805E;
 }
 .AnyTagClassName
 {
   color: #69805E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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