Html Css Color HEX #69845C Axolotl

📋 copy color: '#69845C'

red 105 ◦ green 132 ◦ blue 92

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

Shades of Axolotl #69845C

Tints of Axolotl #69845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 31.91%
G = 40.12%
B = 27.96%

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

#69845C (or 0x69845C) is known color: Axolotl. HEX triplet: 69, 84 and 5C. RGB value is (105,132,92). Sum of RGB (Red+Green+Blue) = 105+132+92=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #69845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69845C is #967BA3. Grayscale: #777777. Windows color (decimal): -9862052 or 6063209. OLE color: 6063209.

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

Color convert

RGB 105 132 92 -
CMYK 0.20 0 0.30 0.48
HSL 100.5º 0.18% 0.44% -
HSV(B) 100.5º 0.3% 0.52% -
XYZ 16.01 20.28 13.2 -
YUV 119.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 105 132 92 0.20 0 0.30 0.48 100.5 0.18 0.44
Hex 69 84 5C 14 0 1E 30 64 12 2C
Octal 151 204 134 24 0 36 60 144 22 54
Binary 1101001 10000100 1011100 10100 0 11110 110000 1100100 10010 101100

Color Harmonies of #69845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69845C

Black with #69845C

Text Example


Text Example

White with #69845C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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