Html Css Color HEX #64815B Axolotl

📋 copy color: '#64815B'

red 100 ◦ green 129 ◦ blue 91

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

Shades of Axolotl #64815B

Tints of Axolotl #64815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 31.25%
G = 40.31%
B = 28.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#64815B (or 0x64815B) is known color: Axolotl. HEX triplet: 64, 81 and 5B. RGB value is (100,129,91). Sum of RGB (Red+Green+Blue) = 100+129+91=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #64815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64815B is #9B7EA4. Grayscale: #747474. Windows color (decimal): -10190501 or 5996900. OLE color: 5996900.

HSL color Cylindrical-coordinate representation of color #64815B: hue angle of 105.79º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64815B is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 91 -
CMYK 0.22 0 0.29 0.49
HSL 105.79º 0.17% 0.43% -
HSV(B) 105.79º 0.29% 0.51% -
XYZ 14.99 19.17 12.81 -
YUV 116 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 100 129 91 0.22 0 0.29 0.49 105.79 0.17 0.43
Hex 64 81 5B 16 0 1D 31 6A 11 2B
Octal 144 201 133 26 0 35 61 152 21 53
Binary 1100100 10000001 1011011 10110 0 11101 110001 1101010 10001 101011

Color Harmonies of #64815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64815B

Black with #64815B

Text Example


Text Example

White with #64815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64815B; }

 p { color: rgb(100,129,91); }

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

background-color css

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

 a { background-color: rgb(100,129,91); }

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

border-color css

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

 span { border-color: rgb(100,129,91); }

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