Html Css Color HEX #69845D Axolotl

📋 copy color: '#69845D'

red 105 ◦ green 132 ◦ blue 93

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

Shades of Axolotl #69845D

Tints of Axolotl #69845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 31.82%
G = 40%
B = 28.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#69845D (or 0x69845D) is known color: Axolotl. HEX triplet: 69, 84 and 5D. RGB value is (105,132,93). Sum of RGB (Red+Green+Blue) = 105+132+93=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #69845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69845D is #967BA2. Grayscale: #777777. Windows color (decimal): -9862051 or 6128745. OLE color: 6128745.

HSL color Cylindrical-coordinate representation of color #69845D: hue angle of 101.54º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69845D is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 93 -
CMYK 0.20 0 0.30 0.48
HSL 101.54º 0.17% 0.44% -
HSV(B) 101.54º 0.3% 0.52% -
XYZ 16.05 20.3 13.43 -
YUV 119.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 105 132 93 0.20 0 0.30 0.48 101.54 0.17 0.44
Hex 69 84 5D 14 0 1E 30 66 11 2C
Octal 151 204 135 24 0 36 60 146 21 54
Binary 1101001 10000100 1011101 10100 0 11110 110000 1100110 10001 101100

Color Harmonies of #69845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69845D

Black with #69845D

Text Example


Text Example

White with #69845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69845D;
 }
 .AnyTagClassName
 {
   color: #69845D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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