Html Css Color HEX #69855E Axolotl

📋 copy color: '#69855E'

red 105 ◦ green 133 ◦ blue 94

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

Shades of Axolotl #69855E

Tints of Axolotl #69855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 31.63%
G = 40.06%
B = 28.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#69855E (or 0x69855E) is known color: Axolotl. HEX triplet: 69, 85 and 5E. RGB value is (105,133,94). Sum of RGB (Red+Green+Blue) = 105+133+94=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #69855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69855E is #967AA1. Grayscale: #787878. Windows color (decimal): -9861794 or 6194537. OLE color: 6194537.

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

Color convert

RGB 105 133 94 -
CMYK 0.21 0 0.29 0.48
HSL 103.08º 0.17% 0.45% -
HSV(B) 103.08º 0.29% 0.52% -
XYZ 16.23 20.59 13.71 -
YUV 120.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 105 133 94 0.21 0 0.29 0.48 103.08 0.17 0.45
Hex 69 85 5E 15 0 1D 30 67 11 2D
Octal 151 205 136 25 0 35 60 147 21 55
Binary 1101001 10000101 1011110 10101 0 11101 110000 1100111 10001 101101

Color Harmonies of #69855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69855E

Black with #69855E

Text Example


Text Example

White with #69855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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