Html Css Color HEX #64725C Axolotl

📋 copy color: '#64725C'

red 100 ◦ green 114 ◦ blue 92

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

Shades of Axolotl #64725C

Tints of Axolotl #64725C

RGB

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

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

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

R = 32.68%
G = 37.25%
B = 30.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#64725C (or 0x64725C) is known color: Axolotl. HEX triplet: 64, 72 and 5C. RGB value is (100,114,92). Sum of RGB (Red+Green+Blue) = 100+114+92=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #64725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64725C is #9B8DA3. Grayscale: #6B6B6B. Windows color (decimal): -10194340 or 6058596. OLE color: 6058596.

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

Color convert

RGB 100 114 92 -
CMYK 0.12 0 0.19 0.55
HSL 98.18º 0.11% 0.4% -
HSV(B) 98.18º 0.19% 0.45% -
XYZ 13.2 15.52 12.42 -
YUV 107.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 100 114 92 0.12 0 0.19 0.55 98.18 0.11 0.4
Hex 64 72 5C C 0 13 37 62 B 28
Octal 144 162 134 14 0 23 67 142 13 50
Binary 1100100 1110010 1011100 1100 0 10011 110111 1100010 1011 101000

Color Harmonies of #64725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64725C

Black with #64725C

Text Example


Text Example

White with #64725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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