Html Css Color HEX #647858 Axolotl

📋 copy color: '#647858'

red 100 ◦ green 120 ◦ blue 88

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

Shades of Axolotl #647858

Tints of Axolotl #647858

RGB

 RED value IS 100 (39.45% from 255) = 32.47%

 GREEN value IS 120 (47.27% from 255) = 38.96%

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 32.47%
G = 38.96%
B = 28.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#647858 (or 0x647858) is known color: Axolotl. HEX triplet: 64, 78 and 58. RGB value is (100,120,88). Sum of RGB (Red+Green+Blue) = 100+120+88=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #647858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647858 is #9B87A7. Grayscale: #6E6E6E. Windows color (decimal): -10192808 or 5797988. OLE color: 5797988.

HSL color Cylindrical-coordinate representation of color #647858: hue angle of 97.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #647858 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 120 88 -
CMYK 0.17 0 0.27 0.53
HSL 97.5º 0.15% 0.41% -
HSV(B) 97.5º 0.27% 0.47% -
XYZ 13.73 16.85 11.76 -
YUV 110.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 100 120 88 0.17 0 0.27 0.53 97.5 0.15 0.41
Hex 64 78 58 11 0 1B 35 62 F 29
Octal 144 170 130 21 0 33 65 142 17 51
Binary 1100100 1111000 1011000 10001 0 11011 110101 1100010 1111 101001

Color Harmonies of #647858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647858

Black with #647858

Text Example


Text Example

White with #647858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647858; }

 p { color: rgb(100,120,88); }

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

background-color css

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

 a { background-color: rgb(100,120,88); }

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

border-color css

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

 span { border-color: rgb(100,120,88); }

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