Html Css Color HEX #64725B Axolotl

📋 copy color: '#64725B'

red 100 ◦ green 114 ◦ blue 91

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

Shades of Axolotl #64725B

Tints of Axolotl #64725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 32.79%
G = 37.38%
B = 29.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#64725B (or 0x64725B) is known color: Axolotl. HEX triplet: 64, 72 and 5B. RGB value is (100,114,91). Sum of RGB (Red+Green+Blue) = 100+114+91=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #64725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64725B is #9B8DA4. Grayscale: #6B6B6B. Windows color (decimal): -10194341 or 5993060. OLE color: 5993060.

HSL color Cylindrical-coordinate representation of color #64725B: hue angle of 96.52º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64725B is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 91 -
CMYK 0.12 0 0.20 0.55
HSL 96.52º 0.11% 0.4% -
HSV(B) 96.52º 0.2% 0.45% -
XYZ 13.16 15.5 12.2 -
YUV 107.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 100 114 91 0.12 0 0.20 0.55 96.52 0.11 0.4
Hex 64 72 5B C 0 14 37 61 B 28
Octal 144 162 133 14 0 24 67 141 13 50
Binary 1100100 1110010 1011011 1100 0 10100 110111 1100001 1011 101000

Color Harmonies of #64725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64725B

Black with #64725B

Text Example


Text Example

White with #64725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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